mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
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 {
|
typedef struct ftdm_conf_parameter {
|
||||||
const char *var;
|
const char *var;
|
||||||
const char *val;
|
const char *val;
|
||||||
|
void *ptr;
|
||||||
} ftdm_conf_parameter_t;
|
} ftdm_conf_parameter_t;
|
||||||
|
|
||||||
/*! \brief Channel commands that can be executed through ftdm_channel_command() */
|
/*! \brief Channel commands that can be executed through ftdm_channel_command() */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user