|
Asterisk - The Open Source Telephony Project
18.5.0
|
Test state structure for scheme wizards. More...
Data Fields | |
| unsigned int | created:1 |
| Whether the object has been created or not. More... | |
| unsigned int | deleted:1 |
| Whether the object has been deleted or not. More... | |
| unsigned int | is_stale:1 |
| Whether the object is stale or not. More... | |
| unsigned int | updated:1 |
| Whether the object has been updated or not. More... | |
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(), 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(), 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(), 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().
1.8.13