From 360d19001b90d92ac2f232efb67e356979b0bc4b Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 8 Jan 2017 01:13:10 -0800 Subject: Add respondent protocol. (Half of survey pattern.) --- src/core/protocol.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core') diff --git a/src/core/protocol.c b/src/core/protocol.c index 8cd1048f..0faebe95 100644 --- a/src/core/protocol.c +++ b/src/core/protocol.c @@ -23,6 +23,7 @@ extern nni_proto nni_pub_proto; extern nni_proto nni_sub_proto; extern nni_proto nni_push_proto; extern nni_proto nni_pull_proto; +extern nni_proto nni_respondent_proto; static nni_proto *protocols[] = { &nni_pair_proto, @@ -32,6 +33,7 @@ static nni_proto *protocols[] = { &nni_sub_proto, &nni_push_proto, &nni_pull_proto, + &nni_respondent_proto, NULL }; -- cgit v1.2.3-70-g09d2