|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
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.
| unsigned int created |
Whether the object has been created in the cache or not.
Definition at line 131 of file test_sorcery.c.
Referenced by AST_TEST_DEFINE(), sorcery_test_create(), and sorcery_test_retrieve_id().
| unsigned int deleted |
Whether the object has been deleted from the cache or not.
Definition at line 137 of file test_sorcery.c.
Referenced by AST_TEST_DEFINE(), sorcery_test_create(), sorcery_test_delete(), and sorcery_test_retrieve_id().
| unsigned int is_stale |
Whether the object is stale or not.
Definition at line 140 of file test_sorcery.c.
Referenced by AST_TEST_DEFINE(), and sorcery_test_is_stale().
| struct test_sorcery_object object |
Object to return when asked.
Definition at line 143 of file test_sorcery.c.
| unsigned int updated |
Whether the object has been updated in the cache or not.
Definition at line 134 of file test_sorcery.c.
Referenced by AST_TEST_DEFINE(), sorcery_test_create(), and sorcery_test_update().