freetdm: add void pointer to ftdm configuration structure to allow passing generic data

This commit is contained in:
Moises Silva 2010-06-05 19:12:09 -04:00
parent 501f870402
commit c807502773
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ typedef enum {
typedef struct ftdm_conf_parameter {
const char *var;
const char *val;
void *ptr;
} ftdm_conf_parameter_t;
/*! \brief Channel commands that can be executed through ftdm_channel_command() */