aboutsummaryrefslogtreecommitdiff
path: root/src/nng.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-11 18:50:50 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-11 18:50:50 -0800
commit877588b7448b2da2c6079c87528404e1f712e3e9 (patch)
tree7024fcff2d247efb1c98108ec65a6f7ac352ddf8 /src/nng.h
parentf6e715fb640ef72b30cbcc0d1882ef81115e96d8 (diff)
downloadnng-877588b7448b2da2c6079c87528404e1f712e3e9.tar.gz
nng-877588b7448b2da2c6079c87528404e1f712e3e9.tar.bz2
nng-877588b7448b2da2c6079c87528404e1f712e3e9.zip
Add operations on msgqueues.
Diffstat (limited to 'src/nng.h')
-rw-r--r--src/nng.h2
1 files changed, 2 insertions, 0 deletions
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
}