Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
data_buffer_payload_entry Struct Reference

Payload entry placed inside of the data buffer list. More...

Collaboration diagram for data_buffer_payload_entry:
Collaboration graph
[legend]

Data Fields

struct {
   struct data_buffer_payload_entry *   next
 
list
 Linked list information. More...
 
void * payload
 The payload for this position. More...
 
size_t pos
 The provided position for this. More...
 

Detailed Description

Payload entry placed inside of the data buffer list.

Definition at line 47 of file data_buffer.c.

Field Documentation

◆ list

struct { ... } list

◆ next

Definition at line 53 of file data_buffer.c.

◆ payload

void* payload

◆ pos

size_t pos

The provided position for this.

Definition at line 51 of file data_buffer.c.

Referenced by ast_data_buffer_get(), ast_data_buffer_put(), ast_data_buffer_remove(), and data_buffer_payload_alloc().


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