Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ao2_global_obj Struct Reference

#include <astobj2.h>

Collaboration diagram for ao2_global_obj:
Collaboration graph
[legend]

Data Fields

ast_rwlock_t lock
 
void * obj
 

Detailed Description

Global ao2 object holder structure.

Definition at line 803 of file astobj2.h.

Field Documentation

◆ 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().

◆ obj

void* obj

Global ao2 object.

Definition at line 807 of file astobj2.h.

Referenced by __ao2_global_obj_ref(), and __ao2_global_obj_replace().


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