summaryrefslogtreecommitdiff
path: root/tools/ivyperf.c
diff options
context:
space:
mode:
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;