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