Asterisk - The Open Source Telephony Project
21.4.1
|
Bucket file structure, contains reference to file and information about it. 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 timeval | created |
When this file was created. | |
struct ao2_container * | metadata |
Container of metadata attributes about file. | |
struct timeval | modified |
When this file was last modified. | |
char | path [PATH_MAX] |
Local path to this file. | |
const ast_string_field | scheme |
Name of scheme in use. | |
struct ast_bucket_scheme * | scheme_impl |
Scheme implementation in use. | |
Bucket file structure, contains reference to file and information about it.