aboutsummaryrefslogtreecommitdiff
path: root/src/core/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/protocol.c')
-rw-r--r--src/core/protocol.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/protocol.c b/src/core/protocol.c
index 8669275a..072cc301 100644
--- a/src/core/protocol.c
+++ b/src/core/protocol.c
@@ -17,9 +17,13 @@
// change, as adding new protocols is not something intended to be done
// outside of the core.
extern nni_proto nni_pair_proto;
+extern nni_proto nni_rep_proto;
+extern nni_proto nni_req_proto;
static nni_proto *protocols[] = {
&nni_pair_proto,
+ &nni_rep_proto,
+ &nni_req_proto,
NULL
};