From 87beaaa00d49d216f856b8322f1ad04e4f9ecea3 Mon Sep 17 00:00:00 2001 From: Gonzalo Diethelm Date: Tue, 28 Sep 2010 15:27:45 +0200 Subject: ZMQ_TYPE socket option added --- 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 908b166..ea0c841 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -51,6 +51,9 @@ namespace zmq uint64_t sndbuf; uint64_t rcvbuf; + // Socket type. + int type; + // These options are never set by the user directly. Instead they are // provided by the specific socket type. bool requires_in; -- cgit v1.2.3