summaryrefslogtreecommitdiff
path: root/tools/ivyperf.c
diff options
context:
space:
mode:
authorbustico2011-01-26 15:54:53 +0000
committerbustico2011-01-26 15:54:53 +0000
commit0cebd5d6540937019be80429679472a1b50741c2 (patch)
tree0421767e6f4d9d29849ff5bc4eff976474b47765 /tools/ivyperf.c
parent4d42efafcb4d2ffed6af12a1501f65beab3593aa (diff)
downloadivy-c-0cebd5d6540937019be80429679472a1b50741c2.zip
ivy-c-0cebd5d6540937019be80429679472a1b50741c2.tar.gz
ivy-c-0cebd5d6540937019be80429679472a1b50741c2.tar.bz2
ivy-c-0cebd5d6540937019be80429679472a1b50741c2.tar.xz
fix some warning
Diffstat (limited to 'tools/ivyperf.c')
-rw-r--r--tools/ivyperf.c2
1 files changed, 1 insertions, 1 deletions
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;