Asterisk - The Open Source Telephony Project
21.4.1
|
Test structure for observer. More...
Data Fields | |
ast_cond_t | cond |
Condition for notification. | |
const void * | created |
Pointer to the created object. | |
const void * | deleted |
Pointer to the deleted object. | |
unsigned int | loaded:1 |
Whether the type has been loaded. | |
ast_mutex_t | lock |
Lock for notification. | |
const void * | updated |
Pointer to the update object. | |
Test structure for observer.
Definition at line 147 of file test_sorcery.c.