Libtrap: Internal development docs  0.11.7
Data Fields
tb_block_data_s Struct Reference

#include <trap_buffer.h>

Data Fields

uint32_t size
 
char data [0]
 

Detailed Description

Definition at line 60 of file trap_buffer.h.

Field Documentation

◆ data

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.

◆ size

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.


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