Sat Apr 26 2014 22:03:22

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 569 of file astobj2.h.


Field Documentation

Access lock to the held ao2 object.

Definition at line 571 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 573 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: