Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_channel * | channel |
struct { | |
struct channel_lock_frame * next | |
} | list |
struct lock_frame * | lock_frame |
Definition at line 147 of file func_lock.c.
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.