version 1.26, 2006/05/06 10:53:36 |
version 1.27, 2013/11/06 06:23:24 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/plugin/oxmisc.c,v 1.25 2005/07/03 11:08:54 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/plugin/oxmisc.c,v 1.26 2006/05/06 10:53:36 takayama Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
#include <string.h> |
#include <string.h> |
#include <sys/types.h> |
#include <sys/types.h> |
Line 180 int oxWaitSyncBall(ox_stream ostream) |
|
Line 180 int oxWaitSyncBall(ox_stream ostream) |
|
/* or stdout */ |
/* or stdout */ |
fflush(NULL); |
fflush(NULL); |
if (mtag == -1) { |
if (mtag == -1) { |
fprintf(stderr,"Your peer seems to be dead.\n"); return; |
fprintf(stderr,"Your peer seems to be dead.\n"); return 0; |
} |
} |
} |
} |
} |
} |