_dba_rawmsg Struct Reference

#include <rawmsg.h>


Detailed Description

Dynamic storage for encoded messages.

Data Fields

struct _dba_filefile
 File where the dba_rawmsg has been read.
int offset
 Start offset of this message inside the file where it is found.
int index
 Index of the message within the source.
unsigned char * buf
 Buffer with the raw encoded data.
int len
 Length of the raw encoded data.
int alloclen
 Length of the allocated memory for buf.
dba_encoding encoding
 Encoding of the raw data.

Field Documentation

struct _dba_file* _dba_rawmsg::file [read]

File where the dba_rawmsg has been read.

It can be NULL when not applicable, such as when the message is created from scratch and not yet written

Referenced by aof_codec_decode(), and aof_codec_get_category().


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

Generated on Sun May 18 18:17:43 2008 for libdballe by  doxygen 1.5.5