| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Test state structure for scheme wizards. More...
| Data Fields | |
| unsigned int | created:1 | 
| Whether the object has been created or not. | |
| unsigned int | deleted:1 | 
| Whether the object has been deleted or not. | |
| unsigned int | is_stale:1 | 
| Whether the object is stale or not. | |
| unsigned int | updated:1 | 
| Whether the object has been updated or not. | |
Test state structure for scheme wizards.
Definition at line 44 of file test_bucket.c.
| unsigned int created | 
Whether the object has been created or not.
Definition at line 46 of file test_bucket.c.
Referenced by AST_TEST_DEFINE(), AST_TEST_DEFINE(), bucket_test_wizard_clear(), and bucket_test_wizard_create().
| unsigned int deleted | 
Whether the object has been deleted or not.
Definition at line 50 of file test_bucket.c.
Referenced by AST_TEST_DEFINE(), AST_TEST_DEFINE(), bucket_test_wizard_clear(), and bucket_test_wizard_delete().
| unsigned int is_stale | 
Whether the object is stale or not.
Definition at line 52 of file test_bucket.c.
Referenced by AST_TEST_DEFINE(), AST_TEST_DEFINE(), bucket_test_wizard_clear(), and bucket_test_wizard_is_stale().
| unsigned int updated | 
Whether the object has been updated or not.
Definition at line 48 of file test_bucket.c.
Referenced by AST_TEST_DEFINE(), bucket_test_wizard_clear(), and bucket_test_wizard_update().