summaryrefslogtreecommitdiff
path: root/perf/cpp/remote_thr.cpp
diff options
context:
space:
mode:
authorunknown <sustrik@.(none)>2009-09-08 11:30:49 +0200
committerunknown <sustrik@.(none)>2009-09-08 11:30:49 +0200
commitec6822a477b89ac77afc90425bf36c4829dbef3d (patch)
treed8708a7d56fc2a1db9a163be795bc5b84955f48c /perf/cpp/remote_thr.cpp
parentb71c3005e68d02f800ff09bcacece79d167bff75 (diff)
win port for c and cpp perf tests
Diffstat (limited to 'perf/cpp/remote_thr.cpp')
-rw-r--r--perf/cpp/remote_thr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/perf/cpp/remote_thr.cpp b/perf/cpp/remote_thr.cpp
index 5474c6a..a4008df 100644
--- a/perf/cpp/remote_thr.cpp
+++ b/perf/cpp/remote_thr.cpp
@@ -20,7 +20,6 @@
#include <zmq.hpp>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include <assert.h>
#include <stddef.h>
@@ -45,7 +44,7 @@ int main (int argc, char *argv [])
s.send (msg);
}
- sleep (10);
+ zmq_sleep (10);
return 0;
}