Libtrap: Internal development docs
0.11.7
|
#include <trap_buffer.h>
Data Fields | |
uint32_t | size |
char | data [0] |
Definition at line 60 of file trap_buffer.h.
char tb_block_data_s::data[0] |
Pointer to the beginning of data stored in this block
Definition at line 70 of file trap_buffer.h.
uint32_t tb_block_data_s::size |
Size of stored data, it must be always <= (blocksize - sizeof(size)).
If the size is 0, the block is free.
Definition at line 66 of file trap_buffer.h.