diff options
author | malosek <malosek@fastmq.com> | 2009-09-11 11:13:15 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-11 11:13:15 +0200 |
commit | 88695aaee607e6f4db1f4fd052e2596653fb18b2 (patch) | |
tree | 21b9439d327239053bfcd3c080e1ffa92a5855db /src/options.hpp | |
parent | f824b8a067c60b32260c56020742d6428ed3bb98 (diff) |
link libzmq with glib when congifured --with-pgm
Diffstat (limited to 'src/options.hpp')
-rw-r--r-- | src/options.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
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; }; } |