Skip to content

Commit

Permalink
Fix for zeromq#34
Browse files Browse the repository at this point in the history
As of right now, the steerable proxy functionality requires version 4.1.0.
  • Loading branch information
Cosmo Harrigan committed Mar 21, 2014
1 parent 35d6bb5 commit 04d2897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#define ZMQ_NEW_MONITOR_EVENT_LAYOUT
#endif

#if ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 0, 4)
#if ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 1, 0)
#define ZMQ_HAS_PROXY_STEERABLE
#endif

Expand Down

0 comments on commit 04d2897

Please sign in to comment.