diff options
Diffstat (limited to 'perf/cpp/remote_thr.cpp')
-rw-r--r-- | perf/cpp/remote_thr.cpp | 3 |
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; } |