|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#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 805 of file astobj2.h.
Referenced by __ao2_global_obj_ref(), and __ao2_global_obj_replace().
| void* obj |
Global ao2 object.
Definition at line 807 of file astobj2.h.
Referenced by __ao2_global_obj_ref(), and __ao2_global_obj_replace().