From 89c847f1f52969ee2ae6ed35018eef40366ca061 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Dec 2016 17:38:46 -0800 Subject: Work on endpoints. More C99 & type cleanups. --- src/protocol/pair/pair.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocol/pair/pair.c') diff --git a/src/protocol/pair/pair.c b/src/protocol/pair/pair.c index 364a72fa..cabd3f06 100644 --- a/src/protocol/pair/pair.c +++ b/src/protocol/pair/pair.c @@ -21,8 +21,8 @@ typedef struct nni_pair_sock { nni_socket * sock; nni_pipe * pipe; nni_mutex mx; - nni_msgqueue_t uwq; - nni_msgqueue_t urq; + nni_msgqueue * uwq; + nni_msgqueue * urq; } nni_pair_sock; // An nni_pair_pipe is our per-pipe protocol private structure. We keep -- cgit v1.2.3-70-g09d2