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.cpp | |
parent | f824b8a067c60b32260c56020742d6428ed3bb98 (diff) |
link libzmq with glib when congifured --with-pgm
Diffstat (limited to 'src/options.cpp')
-rw-r--r-- | src/options.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/options.cpp b/src/options.cpp index cd07c44..804cb4f 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -24,6 +24,8 @@ zmq::options_t::options_t () : lwm (0), swap (0), mask (0), - affinity (0) + affinity (0), + rate (0), + recovery_ivl (0) { } |