| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Bucket structure, contains other buckets and files. More...
#include <bucket.h>

| Public Member Functions | |
| SORCERY_OBJECT (details) | |
| Sorcery object information. | |
| Data Fields | |
| struct ast_string_field_mgr | __field_mgr | 
| struct ast_string_field_pool * | __field_mgr_pool | 
| Stringfields. | |
| struct ao2_container * | buckets | 
| Container of string URIs of buckets within this bucket. | |
| struct timeval | created | 
| When this bucket was created. | |
| struct ao2_container * | files | 
| Container of string URIs of files within this bucket. | |
| struct timeval | modified | 
| When this bucket was last modified. | |
| const ast_string_field | scheme | 
| struct ast_bucket_scheme * | scheme_impl | 
| Scheme implementation in use. | |
| SORCERY_OBJECT | ( | details | ) | 
Sorcery object information.
| struct ast_string_field_mgr __field_mgr | 
| struct ast_string_field_pool* __field_mgr_pool | 
| struct ao2_container* buckets | 
Container of string URIs of buckets within this bucket.
Definition at line 72 of file bucket.h.
Referenced by ast_bucket_json(), and bucket_destroy().
| struct timeval created | 
When this bucket was created.
Definition at line 68 of file bucket.h.
Referenced by bucket_copy_handler().
| struct ao2_container* files | 
Container of string URIs of files within this bucket.
Definition at line 74 of file bucket.h.
Referenced by ast_bucket_json(), and bucket_destroy().
| struct timeval modified | 
When this bucket was last modified.
Definition at line 70 of file bucket.h.
Referenced by bucket_copy_handler().
| const ast_string_field scheme | 
Definition at line 66 of file bucket.h.
Referenced by ast_bucket_alloc(), bucket_copy_handler(), and bucket_wizard_retrieve().
| struct ast_bucket_scheme* scheme_impl | 
Scheme implementation in use.
Definition at line 61 of file bucket.h.
Referenced by ast_bucket_alloc(), bucket_copy_handler(), bucket_destroy(), bucket_wizard_create(), bucket_wizard_delete(), and bucket_wizard_is_stale().