aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nng/nng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h
index 4d21287c..2563bc1e 100644
--- a/include/nng/nng.h
+++ b/include/nng/nng.h
@@ -1078,6 +1078,7 @@ enum nng_errno_enum {
NNG_EAMBIGUOUS = 29,
NNG_EBADTYPE = 30,
NNG_ECONNSHUT = 31,
+ NNG_ESTOPPED = 999,
NNG_EINTERNAL = 1000,
NNG_ESYSERR = 0x10000000,
NNG_ETRANERR = 0x20000000