From 68e2aea44d766c6dbe438642d2591875602c78b4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 21 Jan 2017 20:16:02 -0800 Subject: Added protocol flags (which ones can send, and which can receive). --- src/protocol/bus/bus.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/protocol/bus') diff --git a/src/protocol/bus/bus.c b/src/protocol/bus/bus.c index 02467ffe..c1334fa5 100644 --- a/src/protocol/bus/bus.c +++ b/src/protocol/bus/bus.c @@ -273,6 +273,7 @@ nni_proto nni_bus_proto = { .proto_self = NNG_PROTO_BUS, .proto_peer = NNG_PROTO_BUS, .proto_name = "bus", + .proto_flags = NNI_PROTO_FLAG_SENDRECV, .proto_sock_ops = &nni_bus_sock_ops, .proto_pipe_ops = &nni_bus_pipe_ops, }; -- cgit v1.2.3-70-g09d2