From 8408ae066dce123fc93e4f53dbadb1f60b7f2e8a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 25 May 2010 15:03:57 +0200 Subject: LWM is computed rather than explicitly specified by user --- include/zmq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3