summaryrefslogtreecommitdiff
path: root/perf/remote_lat.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-06-04 15:24:06 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-06-04 15:24:06 +0200
commit67ca7dcbe6b072b74a112ce4df4529cda82c0f13 (patch)
tree8837e75fa23a902fe3b00a8f18aa1b80637394a4 /perf/remote_lat.cpp
parentd844a90690af357988b1c5ba027c740d4182d753 (diff)
obsolete API elements removed - this commit breaks backward compatibility
Diffstat (limited to 'perf/remote_lat.cpp')
-rw-r--r--perf/remote_lat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/remote_lat.cpp b/perf/remote_lat.cpp
index 1a408f1..cd465f7 100644
--- a/perf/remote_lat.cpp
+++ b/perf/remote_lat.cpp
@@ -46,7 +46,7 @@ int main (int argc, char *argv [])
message_size = atoi (argv [2]);
roundtrip_count = atoi (argv [3]);
- ctx = zmq_init (1, 1, 0);
+ ctx = zmq_init (1);
if (!ctx) {
printf ("error in zmq_init: %s\n", zmq_strerror (errno));
return -1;