[Freeswitch-branches] [commit] r8146 - freeswitch/branches/lukedashjr/syslibs/libs/xmlrpc-c/include/xmlrpc-c
Freeswitch SVN
lukedashjr at freeswitch.org
Mon Apr 21 17:24:40 EDT 2008
Author: lukedashjr
Date: Mon Apr 21 17:24:40 2008
New Revision: 8146
Modified:
freeswitch/branches/lukedashjr/syslibs/libs/xmlrpc-c/include/xmlrpc-c/abyss.h
Log:
preserve binary compatibility with normal xmlrpc-c
Modified: freeswitch/branches/lukedashjr/syslibs/libs/xmlrpc-c/include/xmlrpc-c/abyss.h
==============================================================================
--- freeswitch/branches/lukedashjr/syslibs/libs/xmlrpc-c/include/xmlrpc-c/abyss.h (original)
+++ freeswitch/branches/lukedashjr/syslibs/libs/xmlrpc-c/include/xmlrpc-c/abyss.h Mon Apr 21 17:24:40 2008
@@ -443,12 +443,12 @@
TList defaultfilenames;
void *defaulthandler;
abyss_bool advertise;
- int running;
#ifndef _WIN32
uid_t uid;
gid_t gid;
TFile pidfile;
#endif
+ int running;
} TServer;
More information about the Freeswitch-branches
mailing list