Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
channel_lock_frame Struct Reference
Collaboration diagram for channel_lock_frame:
Collaboration graph
[legend]

Data Fields

struct ast_channelchannel
 
struct {
   struct channel_lock_frame *   next
 
list
 
struct lock_framelock_frame
 

Detailed Description

Definition at line 147 of file func_lock.c.

Field Documentation

◆ channel

struct ast_channel* channel

Need to save channel pointer here, because during destruction, we won't have it.

Definition at line 150 of file func_lock.c.

Referenced by get_lock(), lock_fixup(), and lock_free().

◆ 

struct { ... } list

◆ lock_frame

Definition at line 151 of file func_lock.c.

Referenced by get_lock(), lock_fixup(), lock_free(), and unlock_read().

◆ next

struct channel_lock_frame* next

Definition at line 148 of file func_lock.c.


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