Libtrap: Internal development docs  1.16.1
Data Fields
buffer_s Struct Reference

Output buffer structure. More...

#include <ifc_socket_common.h>

Data Fields

uint32_t wr_index
 
uint64_t clients_bit_arr
 
uint8_t * header
 
uint8_t * data
 

Detailed Description

Output buffer structure.

Definition at line 70 of file ifc_socket_common.h.

Field Documentation

◆ clients_bit_arr

uint64_t buffer_s::clients_bit_arr

Bit array of clients that have not yet received the buffer

Definition at line 72 of file ifc_socket_common.h.

◆ data

uint8_t* buffer_s::data

Pointer to first byte of buffer payload

Definition at line 75 of file ifc_socket_common.h.

◆ header

uint8_t* buffer_s::header

Pointer to first byte in buffer

Definition at line 74 of file ifc_socket_common.h.

◆ wr_index

uint32_t buffer_s::wr_index

Pointer to first free byte in buffer

Definition at line 71 of file ifc_socket_common.h.


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