| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| ao2_weakproxy_notification_cb | cb | |
| void * | data | |
| struct { | ||
| struct ao2_weakproxy_notification * next | ||
| } | list | |
Definition at line 110 of file astobj2.c.
Referenced by __ao2_ref(), and ao2_weakproxy_subscribe().
| void* data | 
Definition at line 111 of file astobj2.c.
Referenced by __ao2_ref(), ao2_weakproxy_subscribe(), and ao2_weakproxy_unsubscribe().
| struct { ... } list | 
Referenced by __ao2_ref(), ao2_weakproxy_subscribe(), and ao2_weakproxy_unsubscribe().
| struct ao2_weakproxy_notification* next |