mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
freetdm: ftmod_pritap - Use uint8 for flags (I smell a bug somewhere with bitfields)
This commit is contained in:
@@ -51,8 +51,8 @@ typedef struct {
|
||||
ftdm_number_t callednum;
|
||||
ftdm_channel_t *fchan;
|
||||
char callingname[80];
|
||||
int proceeding:1;
|
||||
int inuse:1;
|
||||
uint8_t proceeding;
|
||||
uint8_t inuse;
|
||||
} passive_call_t;
|
||||
|
||||
typedef enum pritap_iface {
|
||||
|
Reference in New Issue
Block a user