diff options
author | malosek <malosek@fastmq.com> | 2009-09-11 11:21:40 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-11 11:21:40 +0200 |
commit | a91b44977201e4b3891c70da0472a332f60a39fc (patch) | |
tree | 6674e98d74a16becfd8c8998b28e0d4930676eff /src/options.hpp | |
parent | 88695aaee607e6f4db1f4fd052e2596653fb18b2 (diff) |
Revert "link libzmq with glib when congifured --with-pgm"
This reverts commit 88695aaee607e6f4db1f4fd052e2596653fb18b2.
Diffstat (limited to 'src/options.hpp')
-rw-r--r-- | src/options.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/options.hpp b/src/options.hpp index 9f4a264..faf21b8 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -37,12 +37,6 @@ 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; }; } |