Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
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.
 
void * payload
 The payload for this position.
 
size_t pos
 The provided position for this.
 

Detailed Description

Payload entry placed inside of the data buffer list.

Definition at line 47 of file data_buffer.c.

Field Documentation

◆ [struct]

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: