summaryrefslogtreecommitdiff
path: root/perf/ruby/remote_lat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'perf/ruby/remote_lat.rb')
-rw-r--r--perf/ruby/remote_lat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/ruby/remote_lat.rb b/perf/ruby/remote_lat.rb
index 9387fe1..f5b438d 100644
--- a/perf/ruby/remote_lat.rb
+++ b/perf/ruby/remote_lat.rb
@@ -27,7 +27,7 @@ connect_to = ARGV[0]
message_size = ARGV[1].to_i
roundtrip_count = ARGV[2].to_i
-ctx = Context.new(1, 1)
+ctx = Context.new(1, 1, 0)
s = Socket.new(ctx, REQ);
s.connect(connect_to);