| version 1.24, 2005/06/16 05:07:24 |
version 1.28, 2015/09/27 08:12:42 |
|
|
| /* $OpenXM: OpenXM/src/kan96xx/plugin/oxmisc.c,v 1.23 2004/09/17 08:46:10 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/plugin/oxmisc.c,v 1.27 2013/11/06 06:23:24 takayama Exp $ */ |
| #include <stdio.h> |
#include <stdio.h> |
| |
#include <string.h> |
| #include <sys/types.h> |
#include <sys/types.h> |
| #include <sys/stat.h> |
#include <sys/stat.h> |
| #include <sys/socket.h> |
#include <sys/socket.h> |
| Line 23 FILE *MyErrorOut = NULL; |
|
| Line 24 FILE *MyErrorOut = NULL; |
|
| |
|
| #include "ox_kan.h" |
#include "ox_kan.h" |
| |
|
| |
#if defined(__MSYS__) |
| |
#define setjmp(e) _setjmp(e) |
| |
#define sigsetjmp(e,n) _setjmp(e) |
| |
#endif |
| |
|
| #define READBUFSIZE 5000 |
#define READBUFSIZE 5000 |
| |
|
| int OxVersion = 200012030; |
int OxVersion = 200012030; |
| Line 178 int oxWaitSyncBall(ox_stream ostream) |
|
| Line 184 int oxWaitSyncBall(ox_stream ostream) |
|
| fprintf(stderr,"Looking for the next message tag. mtag=%d\n",mtag); |
fprintf(stderr,"Looking for the next message tag. mtag=%d\n",mtag); |
| /* or stdout */ |
/* or stdout */ |
| fflush(NULL); |
fflush(NULL); |
| |
if (mtag == -1) { |
| |
fprintf(stderr,"Your peer seems to be dead.\n"); return 0; |
| |
} |
| } |
} |
| } |
} |
| |
|