summaryrefslogtreecommitdiff
path: root/src/ivyprobe.c
diff options
context:
space:
mode:
authorfcolin2006-04-19 08:28:14 +0000
committerfcolin2006-04-19 08:28:14 +0000
commit6bf117656574521545694a1a4e5169755077631e (patch)
treef18c164c217e2279781a3af9851b644da97dfba1 /src/ivyprobe.c
parentca9eddefaec96a20b88b9aba25a9384037317c91 (diff)
downloadivy-c-6bf117656574521545694a1a4e5169755077631e.zip
ivy-c-6bf117656574521545694a1a4e5169755077631e.tar.gz
ivy-c-6bf117656574521545694a1a4e5169755077631e.tar.bz2
ivy-c-6bf117656574521545694a1a4e5169755077631e.tar.xz
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
Diffstat (limited to 'src/ivyprobe.c')
-rw-r--r--src/ivyprobe.c2
1 files changed, 1 insertions, 1 deletions
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;
}