From 7b4cf2a4d040057f6f378cac2cd125513a859c1b Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 12 Feb 2010 13:33:50 +0100 Subject: Multi-hop REQ/REP, part I., socket type is known to all associated objects --- src/options.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/options.hpp') diff --git a/src/options.hpp b/src/options.hpp index b066d48..dbe3701 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -34,6 +34,9 @@ namespace zmq int setsockopt (int option_, const void *optval_, size_t optvallen_); + // Type of the associated socket. One of the constants defined in zmq.h + int type; + int64_t hwm; int64_t lwm; int64_t swap; -- cgit v1.2.3