From 6bf117656574521545694a1a4e5169755077631e Mon Sep 17 00:00:00 2001 From: fcolin Date: Wed, 19 Apr 2006 08:28:14 +0000 Subject: correction de probleme potentiel en multithread ( Ada rejeu ) ajout d'un warning en cas de client bloquant si la varaiable d'env IVY_DEBUG_SEND est positionne --- src/ivyprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivyprobe.c') diff --git a/src/ivyprobe.c b/src/ivyprobe.c index 10a3b00..4bcc167 100644 --- a/src/ivyprobe.c +++ b/src/ivyprobe.c @@ -398,7 +398,7 @@ int main(int argc, char *argv[]) #endif #ifdef IVYMAINLOOP - IvyMainLoop (0); + IvyMainLoop (0,0); #endif return 0; } -- cgit v1.1