summaryrefslogtreecommitdiff
path: root/src/ivythroughput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivythroughput.cpp')
-rw-r--r--src/ivythroughput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivythroughput.cpp b/src/ivythroughput.cpp
index 3d56a60..21d04a9 100644
--- a/src/ivythroughput.cpp
+++ b/src/ivythroughput.cpp
@@ -500,7 +500,7 @@ void startOfSeqCB (IvyClientPtr app, void *user_data, int argc, char *argv[])
void endOfSeqCB (IvyClientPtr app, void *user_data, int argc, char *argv[])
{
- nbMess--;
+ //nbMess--;
printf ("recepteur %d a recu %d messages\n", globalInst, nbMess);
}