mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-20 22:31:34 +01:00
EMTHREAD error code returned to zmq.h to ensure backward compatibility
This commit is contained in:
parent
91ea204644
commit
47e87b7e4b
@ -85,6 +85,7 @@ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
|
||||
#define EFSM (ZMQ_HAUSNUMERO + 51)
|
||||
#define ENOCOMPATPROTO (ZMQ_HAUSNUMERO + 52)
|
||||
#define ETERM (ZMQ_HAUSNUMERO + 53)
|
||||
#define EMTHREAD (ZMQ_HAUSNUMERO + 54) /* Old error code, remove in 3.x */
|
||||
|
||||
/* This function retrieves the errno as it is known to 0MQ library. The goal */
|
||||
/* of this function is to make the code 100% portable, including where 0MQ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user