提交 d88e79e6 authored 作者: Moises Silva's avatar Moises Silva

freetdm: ftmod_pritap - Use uint8 for flags (I smell a bug somewhere with bitfields)

上级 7d5a4a71
...@@ -51,8 +51,8 @@ typedef struct { ...@@ -51,8 +51,8 @@ typedef struct {
ftdm_number_t callednum; ftdm_number_t callednum;
ftdm_channel_t *fchan; ftdm_channel_t *fchan;
char callingname[80]; char callingname[80];
int proceeding:1; uint8_t proceeding;
int inuse:1; uint8_t inuse;
} passive_call_t; } passive_call_t;
typedef enum pritap_iface { typedef enum pritap_iface {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论