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