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

This is just so ast_frames, a list head struct for holding a list of ast_frame structures, is defined. More...

Collaboration diagram for ast_frames:
Collaboration graph
[legend]

Data Fields

struct ast_framefirst
 
struct ast_framelast
 

Detailed Description

This is just so ast_frames, a list head struct for holding a list of ast_frame structures, is defined.

Definition at line 71 of file main/frame.c.

Field Documentation

◆ first

struct ast_frame* first

Definition at line 71 of file main/frame.c.

◆ last

struct ast_frame* last

Definition at line 71 of file main/frame.c.


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