diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-09-08 15:45:59 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-09-08 15:45:59 +0200 |
commit | 47e87b7e4b8dd6a0cfbc1f30ffcb06edfa83c853 (patch) | |
tree | 928d9c63d1d71673fb8b44c93db2e331ebe23851 /include | |
parent | 91ea20464439b5359a5d803181141fc756fa817c (diff) |
EMTHREAD error code returned to zmq.h to ensure backward compatibility
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zmq.h b/include/zmq.h index 07292cf..8c01477 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -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 */ |