Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_datastore Struct Reference

Structure for a data store object. More...

#include <datastore.h>

Data Fields

void * data
 
struct {
   struct ast_datastore *   next
 
entry
 
const struct ast_datastore_infoinfo
 
unsigned int inheritance
 
struct ast_modulemod
 
const char * uid
 

Detailed Description

Structure for a data store object.

Definition at line 64 of file datastore.h.

Field Documentation

void* data
struct { ... } entry

Used for easy linking

const struct ast_datastore_info* info
unsigned int inheritance

Number of levels this item will continue to be inherited

Definition at line 69 of file datastore.h.

Referenced by ast_channel_datastore_inherit(), ast_iax2_new(), ast_setup_cc_recall_datastore(), and authenticate_reply().

struct ast_module* mod

Module referenced by this datastore

Definition at line 68 of file datastore.h.

Referenced by __ast_datastore_alloc(), and ast_datastore_free().

const char* uid

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