From b93d5759c9b39ff153a14d474d800cd981f7dc97 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 22 Jan 2017 02:32:32 -0800 Subject: Event notification via pollable FDs verified working. --- src/protocol/bus/bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol/bus') diff --git a/src/protocol/bus/bus.c b/src/protocol/bus/bus.c index c1334fa5..c9a1b42b 100644 --- a/src/protocol/bus/bus.c +++ b/src/protocol/bus/bus.c @@ -273,7 +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_flags = NNI_PROTO_FLAG_SNDRCV, .proto_sock_ops = &nni_bus_sock_ops, .proto_pipe_ops = &nni_bus_pipe_ops, }; -- cgit v1.2.3-70-g09d2