mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-15 19:40:06 +00:00
make globals.fd size int
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2648 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cb2da2328a
commit
49650d7f21
@ -75,7 +75,7 @@ static struct {
|
|||||||
char *codec_rates[SWITCH_MAX_CODECS];
|
char *codec_rates[SWITCH_MAX_CODECS];
|
||||||
int codec_rates_last;
|
int codec_rates_last;
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
switch_port_t fd;
|
int fd;
|
||||||
} globals;
|
} globals;
|
||||||
|
|
||||||
struct private_object {
|
struct private_object {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user