From d6bd9375c828cb67518341122208f86ee37940a2 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 10 Jan 2017 23:38:02 -0800 Subject: Initial (untested) bus implementation. --- 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 667a6f91..6aa59e84 100644 --- a/src/core/protocol.c +++ b/src/core/protocol.c @@ -16,6 +16,7 @@ // The list of protocols is hardwired. This is reasonably unlikely to // change, as adding new protocols is not something intended to be done // outside of the core. +extern nni_proto nni_bus_proto; extern nni_proto nni_pair_proto; extern nni_proto nni_rep_proto; extern nni_proto nni_req_proto; @@ -27,6 +28,7 @@ extern nni_proto nni_surveyor_proto; extern nni_proto nni_respondent_proto; static nni_proto *protocols[] = { + &nni_bus_proto, &nni_pair_proto, &nni_rep_proto, &nni_req_proto, -- cgit v1.2.3-70-g09d2