From: Anthony Minessale Date: Tue, 5 Jun 2007 04:40:18 +0000 (+0000) Subject: update3 X-Git-Tag: v1.0.6~38^2~636 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8a120519f11a3d3ad520fd410451ba4a71be32;p=thirdparty%2Ffreeswitch.git update3 git-svn-id: http://svn.openzap.org/svn/openzap/trunk@218 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/openzap/src/zap_wanpipe.c b/libs/openzap/src/zap_wanpipe.c index bdbde9526f..4edce625cd 100644 --- a/libs/openzap/src/zap_wanpipe.c +++ b/libs/openzap/src/zap_wanpipe.c @@ -36,9 +36,6 @@ #include #include #include - -#define WP_INVALID_SOCKET -1 - #include static struct { @@ -47,8 +44,9 @@ static struct { uint32_t flash_ms; } wp_globals; -#define SIOC_WANPIPE_TDM_API 1 +/* a bunch of this stuff should go into the wanpipe_tdm_api_iface.h */ +#define WP_INVALID_SOCKET -1 /* on windows right now, there is no way to specify if we want to read events here or not, we allways get them here */ /* we need some what to select if we are reading regular tdm msgs or events */ /* need to either have 2 functions, 1 for events, 1 for regural read, or a flag on this function to choose */