Asterisk - The Open Source Telephony Project
18.5.0
|
Bucket structure, contains other buckets and files. More...
#include <bucket.h>
Public Member Functions | |
SORCERY_OBJECT (details) | |
Sorcery object information. More... | |
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
Stringfields. More... | |
struct ao2_container * | buckets |
Container of string URIs of buckets within this bucket. More... | |
struct timeval | created |
When this bucket was created. More... | |
struct ao2_container * | files |
Container of string URIs of files within this bucket. More... | |
struct timeval | modified |
When this bucket was last modified. More... | |
const ast_string_field | scheme |
Name of scheme in use. More... | |
struct ast_bucket_scheme * | scheme_impl |
Scheme implementation in use. More... | |
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 |
Name of scheme in use.
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().