From 0cebd5d6540937019be80429679472a1b50741c2 Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 26 Jan 2011 15:54:53 +0000 Subject: fix some warning --- tools/ivyperf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ivyperf.c') diff --git a/tools/ivyperf.c b/tools/ivyperf.c index 50f42da..8683692 100644 --- a/tools/ivyperf.c +++ b/tools/ivyperf.c @@ -44,7 +44,7 @@ const char *mymessages[] = { "IvyPerf", "ping", "pong" }; static double origin = 0; int nbMsgReceive=0; int nbMsgEmit=0; -int nbMsg = 10; +long nbMsg = 10; double minRoundTrip=1e12; -- cgit v1.1