Asterisk - The Open Source Telephony Project  21.4.1
Public Member Functions | Data Fields
ast_bucket Struct Reference

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_containerbuckets
 Container of string URIs of buckets within this bucket.
 
struct timeval created
 When this bucket was created.
 
struct ao2_containerfiles
 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_schemescheme_impl
 Scheme implementation in use.
 

Detailed Description

Bucket structure, contains other buckets and files.

Definition at line 57 of file bucket.h.


The documentation for this struct was generated from the following file: