From 877588b7448b2da2c6079c87528404e1f712e3e9 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 11 Dec 2016 18:50:50 -0800 Subject: Add operations on msgqueues. --- src/nng.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nng.h') diff --git a/src/nng.h b/src/nng.h index 082d5735..d398e18c 100644 --- a/src/nng.h +++ b/src/nng.h @@ -427,6 +427,8 @@ NNG_DECL int nng_device(nng_socket_t, nng_socket_t); #define NNG_EBUSY (-4) #define NNG_ETIMEDOUT (-5) #define NNG_ECONNREFUSED (-6) +#define NNG_ECLOSED (-7) +#define NNG_EAGAIN (-8) #ifdef __cplusplus } -- cgit v1.2.3-70-g09d2