aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.c')
-rw-r--r--src/nng.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nng.c b/src/nng.c
index cdcdecd9..5f3c6f12 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -1356,6 +1356,7 @@ static const struct {
{ NNG_EAMBIGUOUS, "Ambiguous option" },
{ NNG_EBADTYPE, "Incorrect type" },
{ NNG_ECONNSHUT, "Connection shutdown" },
+ { NNG_ESTOPPED, "Operation stopped"},
{ NNG_EINTERNAL, "Internal error detected" },
{ 0, NULL },
// clang-format on