Sat Jul 12 2014 17:20:13

Asterisk developer's documentation


ao2_global_obj Struct Reference

#include <astobj2.h>

Collaboration diagram for ao2_global_obj:

Data Fields

ast_rwlock_t lock
void * obj

Detailed Description

Global ao2 object holder structure.

Definition at line 580 of file astobj2.h.


Field Documentation

Access lock to the held ao2 object.

Definition at line 582 of file astobj2.h.

Referenced by __ao2_global_obj_ref(), __ao2_global_obj_release(), and __ao2_global_obj_replace().

void* obj

Global ao2 object.

Definition at line 584 of file astobj2.h.

Referenced by __ao2_global_obj_ref(), __ao2_global_obj_release(), and __ao2_global_obj_replace().


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