
Data Fields | |
| struct ast_channel * | channel |
| struct { | |
| struct channel_lock_frame * next | |
| } | list |
| struct lock_frame * | lock_frame |
Definition at line 61 of file func_lock.c.
struct ast_channel* channel [read] |
Need to save channel pointer here, because during destruction, we won't have it.
Definition at line 64 of file func_lock.c.
Referenced by get_lock(), and lock_free().
| struct { ... } list |
Referenced by get_lock(), and unlock_read().
struct lock_frame* lock_frame [read] |
Definition at line 65 of file func_lock.c.
Referenced by get_lock(), lock_free(), and unlock_read().
struct channel_lock_frame* next [read] |
Definition at line 62 of file func_lock.c.
1.6.1