aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/protocol.c2
1 files changed, 2 insertions, 0 deletions
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
};