summaryrefslogtreecommitdiff
path: root/perf/remote_lat.cpp
diff options
context:
space:
mode:
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 7bb0c19..03efe73 100644
--- a/perf/remote_lat.cpp
+++ b/perf/remote_lat.cpp
@@ -48,7 +48,7 @@ int main (int argc, char *argv [])
message_size = atoi (argv [2]);
roundtrip_count = atoi (argv [3]);
- ctx = xs_init (1);
+ ctx = xs_init ();
if (!ctx) {
printf ("error in xs_init: %s\n", xs_strerror (errno));
return -1;