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.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/options.cpp') 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) { } -- cgit v1.2.3