From 7f01e9970d211235fc8057de6dc41ba8ceafe795 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 17 Jun 2010 16:51:53 +0200 Subject: stopwatch returned to libzmq --- perf/remote_thr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perf/remote_thr.cpp') diff --git a/perf/remote_thr.cpp b/perf/remote_thr.cpp index 002aaf2..c0ad9df 100644 --- a/perf/remote_thr.cpp +++ b/perf/remote_thr.cpp @@ -18,9 +18,9 @@ */ #include "../include/zmq.h" +#include "../include/zmq_utils.h" #include #include -#include "helpers.h" int main (int argc, char *argv []) { @@ -81,7 +81,7 @@ int main (int argc, char *argv []) } } - perf_sleep (10); + zmq_sleep (10); rc = zmq_close (s); if (rc != 0) { -- cgit v1.2.3