Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_bucket_scheme Struct Reference

Structure for available schemes. More...

Collaboration diagram for ast_bucket_scheme:
Collaboration graph
[legend]

Data Fields

struct ast_sorcery_wizardbucket
 Wizard for buckets. More...
 
bucket_file_create_cb create
 Pointer to the file snapshot creation callback. More...
 
bucket_file_destroy_cb destroy
 Pointer to the file snapshot destruction callback. More...
 
struct ast_sorcery_wizardfile
 Wizard for files. More...
 
char name [0]
 Name of the scheme. More...
 

Detailed Description

Structure for available schemes.

Definition at line 91 of file bucket.c.

Field Documentation

◆ bucket

struct ast_sorcery_wizard* bucket

◆ create

Pointer to the file snapshot creation callback.

Definition at line 97 of file bucket.c.

◆ destroy

Pointer to the file snapshot destruction callback.

Definition at line 99 of file bucket.c.

Referenced by bucket_file_destroy().

◆ file

struct ast_sorcery_wizard* file

◆ name

char name[0]

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