mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 08:46:44 +01:00
Add EHOSTUNREACH to errno_to_string
This commit is contained in:
parent
6ce2fb2b06
commit
57c765ef5a
@ -59,6 +59,8 @@ const char *zmq::errno_to_string (int errno_)
|
||||
return "Context was terminated";
|
||||
case EMTHREAD:
|
||||
return "No thread available";
|
||||
case EHOSTUNREACH:
|
||||
return "Host unreachable";
|
||||
default:
|
||||
#if defined _MSC_VER
|
||||
#pragma warning (push)
|
||||
|
Loading…
x
Reference in New Issue
Block a user