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:
Michael Jerris 2006-09-12 01:41:23 +00:00
parent cb2da2328a
commit 49650d7f21

View File

@ -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 {