aboutsummaryrefslogtreecommitdiff
path: root/src/nng.h
diff options
context:
space:
mode:
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
}