From 88695aaee607e6f4db1f4fd052e2596653fb18b2 Mon Sep 17 00:00:00 2001 From: malosek Date: Fri, 11 Sep 2009 11:13:15 +0200 Subject: link libzmq with glib when congifured --with-pgm --- src/options.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/options.hpp') diff --git a/src/options.hpp b/src/options.hpp index faf21b8..9f4a264 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -37,6 +37,12 @@ namespace zmq uint64_t mask; uint64_t affinity; std::string identity; + + // Maximum tranfer rate [kb/s]. + uint32_t rate; + + // Reliability time interval [s]. + uint32_t recovery_ivl; }; } -- cgit v1.2.3