From 8049d822b3d8ea8bd11793369004c638d833964e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 18 Jan 2017 18:29:41 -0800 Subject: fixes #12 SURVEY hang in Travis --- src/protocol/survey/respond.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/protocol') diff --git a/src/protocol/survey/respond.c b/src/protocol/survey/respond.c index 3a4bf52d..5603b675 100644 --- a/src/protocol/survey/respond.c +++ b/src/protocol/survey/respond.c @@ -392,14 +392,13 @@ nni_resp_sock_rfilter(void *arg, nni_msg *msg) } -// This is the global protocol structure -- our linkage to the core. -// This should be the only global non-static symbol in this file. static nni_proto_pipe_ops nni_resp_pipe_ops = { .pipe_init = nni_resp_pipe_init, .pipe_fini = nni_resp_pipe_fini, .pipe_add = nni_resp_pipe_add, .pipe_rem = nni_resp_pipe_rem, - .pipe_worker = { nni_resp_pipe_send,nni_resp_pipe_recv }, + .pipe_worker = { nni_resp_pipe_send, + nni_resp_pipe_recv }, }; static nni_proto_sock_ops nni_resp_sock_ops = { -- cgit v1.2.3-70-g09d2