diff options
Diffstat (limited to 'src/nng.h')
| -rw-r--r-- | src/nng.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |
