=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/io/sio.c,v retrieving revision 1.8 retrieving revision 1.11 diff -u -p -r1.8 -r1.11 --- OpenXM_contrib2/asir2000/io/sio.c 2000/10/06 06:05:23 1.8 +++ OpenXM_contrib2/asir2000/io/sio.c 2000/12/05 01:24:55 1.11 @@ -44,14 +44,13 @@ * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. - * $OpenXM: OpenXM_contrib2/asir2000/io/sio.c,v 1.7 2000/09/23 00:57:43 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/io/sio.c,v 1.10 2000/11/15 01:20:27 noro Exp $ */ -#if INET #include "ca.h" #include "setjmp.h" #include "ox.h" #if defined(VISUAL) -#include +#include #else #include #include @@ -65,6 +64,7 @@ extern int little_endian; +int I_am_server; struct IOFP iofp[MAXIOFP]; #if !defined(_PA_RISC1_1) @@ -285,6 +285,7 @@ char *host,*port_str; return s; } +#if 0 close_allconnections() { int s; @@ -308,6 +309,12 @@ int s; free_iofp(s); } } +#else +close_allconnections() +{ + shutdown_all(); +} +#endif free_iofp(s) int s; @@ -419,4 +426,4 @@ int fd; return i; return -1; } -#endif /* INET */ +