From 34d7854199ab89faf2edfc3305932cc07b2030ab Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 23 Mar 2011 15:26:47 +0100 Subject: Obsolete constants ZMQ_UPSTREAM and ZMQ_DOWNSTREAM removed Signed-off-by: Martin Sustrik --- include/zmq.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/zmq.h b/include/zmq.h index 5974db4..6e90b56 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -181,8 +181,6 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_PUSH 8 #define ZMQ_XPUB 9 #define ZMQ_XSUB 10 -#define ZMQ_UPSTREAM ZMQ_PULL /* Old alias, remove in 3.x */ -#define ZMQ_DOWNSTREAM ZMQ_PUSH /* Old alias, remove in 3.x */ /* Socket options. */ #define ZMQ_HWM 1 -- cgit v1.2.3