|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <astobj2.h>

Data Fields | |
| ast_rwlock_t | lock |
| void * | obj |
| ast_rwlock_t lock |
Access lock to the held ao2 object.
Definition at line 806 of file astobj2.h.
Referenced by __ao2_global_obj_ref(), __ao2_global_obj_replace(), sorcery_config_destructor(), and sorcery_config_open().
| void* obj |
Global ao2 object.
Definition at line 808 of file astobj2.h.
Referenced by __ao2_global_obj_ref(), and __ao2_global_obj_replace().
1.8.13