summaryrefslogtreecommitdiff
path: root/perf/inproc_thr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'perf/inproc_thr.cpp')
-rw-r--r--perf/inproc_thr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/inproc_thr.cpp b/perf/inproc_thr.cpp
index f3f07ad..de4b9ad 100644
--- a/perf/inproc_thr.cpp
+++ b/perf/inproc_thr.cpp
@@ -122,7 +122,7 @@ int main (int argc, char *argv [])
message_size = atoi (argv [1]);
message_count = atoi (argv [2]);
- ctx = xs_init (1);
+ ctx = xs_init ();
if (!ctx) {
printf ("error in xs_init: %s\n", xs_strerror (errno));
return -1;