Fri Sep 25 19:28:47 2009

Asterisk developer's documentation


ast_datastore_info Struct Reference

Structure for a data store type. More...

#include <channel.h>


Data Fields

void(* destroy )(void *data)
void *(* duplicate )(void *data)
const char * type


Detailed Description

Structure for a data store type.

Definition at line 153 of file channel.h.


Field Documentation

void(* destroy)(void *data)

Destroy function

Referenced by ast_channel_datastore_free().

void*(* duplicate)(void *data)

Duplicate item data (used for inheritance)

Referenced by ast_channel_datastore_inherit().

const char* type

Type of data store

Definition at line 154 of file channel.h.


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

Generated on Fri Sep 25 19:28:47 2009 for Asterisk - the Open Source PBX by  doxygen 1.5.5