diff options
| author | Martin Sustrik <sustrik@250bpm.com> | 2010-05-25 15:03:57 +0200 |
|---|---|---|
| committer | Martin Sustrik <sustrik@250bpm.com> | 2010-05-25 15:03:57 +0200 |
| commit | 8408ae066dce123fc93e4f53dbadb1f60b7f2e8a (patch) | |
| tree | 414194ee2bb2cf5eb0937ffb872e27c5e8656e03 /include | |
| parent | f34a468a263c7b4013a267297ee7f121e12dfb9d (diff) | |
LWM is computed rather than explicitly specified by user
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 9745adf..6cdf68f 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -169,6 +169,7 @@ ZMQ_EXPORT int zmq_term (void *context); /* Socket options. */ #define ZMQ_HWM 1 +/* TODO: LWM is obsolete and should be removed in next version. */ #define ZMQ_LWM 2 #define ZMQ_SWAP 3 #define ZMQ_AFFINITY 4 |
