freetdm: add void pointer to ftdm configuration structure to allow passing generic data
This commit is contained in:
parent
501f870402
commit
c807502773
|
@ -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() */
|
||||
|
|
Loading…
Reference in New Issue