_ntar_data_chunk Struct Reference
[Block plugins callbacks]

#include <plugins_int.h>


Detailed Description

Element of a list representing a generic blob (block of bytes) that have to be written to a trace file, or have been read out of it.

A NULL terminated list of such blocks is dumped to disk without any further modification, and no checks are performed on the contents of the internal buffer.


Data Fields

void * data
 Pointer to the raw data associated with the data chunk.
size_t size
 Length, in bytes, of the raw data.
_ntar_data_chunknext
 Pointer to the next element in the list, or NULL.


Field Documentation

void* _ntar_data_chunk::data
 

Pointer to the raw data associated with the data chunk.

struct _ntar_data_chunk* _ntar_data_chunk::next
 

Pointer to the next element in the list, or NULL.

size_t _ntar_data_chunk::size
 

Length, in bytes, of the raw data.


The documentation for this struct was generated from the following file:

NTAR documentation. Copyright (c) 2004 - 2005 Condor Engineering, Inc. All rights reserved.