summaryrefslogtreecommitdiff
path: root/perf/remote_thr.cpp
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-06-04 14:48:49 +0200
committerMartin Lucina <mato@kotelna.sk>2010-06-04 14:48:49 +0200
commit606c77368cccd2a277437b5de8764772295fdf89 (patch)
tree93d3a40130b80af1bd04c38973a7d8398e2e7021 /perf/remote_thr.cpp
parent05b4a7ae787760d5c24e048612b786fa0283854a (diff)
Move perf helper functions to perf/helpers.cpp
Diffstat (limited to 'perf/remote_thr.cpp')
-rw-r--r--perf/remote_thr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/remote_thr.cpp b/perf/remote_thr.cpp
index 1ddee4b..99fa482 100644
--- a/perf/remote_thr.cpp
+++ b/perf/remote_thr.cpp
@@ -20,6 +20,7 @@
#include "../include/zmq.h"
#include <stdio.h>
#include <stdlib.h>
+#include "helpers.h"
int main (int argc, char *argv [])
{
@@ -80,7 +81,7 @@ int main (int argc, char *argv [])
}
}
- zmq_sleep (10);
+ perf_sleep (10);
rc = zmq_close (s);
if (rc != 0) {