From b15f695976d21300beabc3e0ecef87c1a0b4dc4c Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 21 Sep 2009 17:20:13 +0200 Subject: different fixes to req/rep --- src/options.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/options.hpp') diff --git a/src/options.hpp b/src/options.hpp index cde144c..a52fdeb 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -48,6 +48,11 @@ namespace zmq // Enable multicast loopback. Default disabled (false). bool use_multicast_loop; + + // These options are never set by the user directly. Instead they are + // provided by the specific socket type. + bool requires_in; + bool requires_out; }; } -- cgit v1.2.3