aboutsummaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
Diffstat (limited to 'perf')
-rw-r--r--perf/perf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/perf/perf.c b/perf/perf.c
index f1995aba..accac621 100644
--- a/perf/perf.c
+++ b/perf/perf.c
@@ -419,6 +419,10 @@ do_inproc_thr(int argc, char **argv)
open_client = nng_pair1_open;
open_server = nng_pair1_open;
break;
+ case OPT_PIPELINE0:
+ open_client = nng_pull0_open;
+ open_server = nng_push0_open;
+ break;
case OPT_URL:
addr = arg;
break;