libdballe 4.0.18
|
Dynamic storage for encoded messages. More...
#include <rawmsg.h>
Data Fields | |
struct _dba_file * | file |
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. |
Dynamic storage for encoded messages.
struct _dba_file* _dba_rawmsg::file |
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(), aof_codec_get_category(), and dba_rawmsg_copy().