Asterisk - The Open Source Telephony Project
21.4.1
|
Test structure for caching. More...
Data Fields | |
unsigned int | created:1 |
Whether the object has been created in the cache or not. | |
unsigned int | deleted:1 |
Whether the object has been deleted from the cache or not. | |
unsigned int | is_stale:1 |
Whether the object is stale or not. | |
struct test_sorcery_object | object |
Object to return when asked. | |
unsigned int | updated:1 |
Whether the object has been updated in the cache or not. | |
Test structure for caching.
Definition at line 129 of file test_sorcery.c.