summaryrefslogtreecommitdiff
path: root/src/zmq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmq.cpp')
-rw-r--r--src/zmq.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zmq.cpp b/src/zmq.cpp
index b8d18f7..0681cbb 100644
--- a/src/zmq.cpp
+++ b/src/zmq.cpp
@@ -88,6 +88,8 @@ const char *zmq_strerror (int errnum_)
return "Operation cannot be accomplished in current state";
case ENOCOMPATPROTO:
return "The protocol is not compatible with the socket type";
+ case ETERM:
+ return "Context was terminated";
default:
#if defined _MSC_VER
#pragma warning (push)