Asterisk - The Open Source Telephony Project
21.4.1
|
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 |
Name of scheme in use. | |
struct ast_bucket_scheme * | scheme_impl |
Scheme implementation in use. | |