From dd2eda5a90ab86bbde1a9da481a423d367586a73 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 31 Jul 2017 16:56:02 -0700 Subject: Add new errnos we might need. --- src/nng.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nng.h') diff --git a/src/nng.h b/src/nng.h index 0c76ffe7..568347b3 100644 --- a/src/nng.h +++ b/src/nng.h @@ -549,6 +549,10 @@ enum nng_errno_enum { NNG_ECONNABORTED = 18, NNG_ECONNRESET = 19, NNG_ECANCELED = 20, + NNG_ENOFILES = 21, + NNG_ENOSPC = 22, + NNG_EEXIST = 23, + NNG_EINTERNAL = 24, }; // NNG_SYSERR is a special code, which allows us to wrap errors from the -- cgit v1.2.3-70-g09d2