diff options
Diffstat (limited to 'src/options.cpp')
-rw-r--r-- | src/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.cpp b/src/options.cpp index cc02798..f9d93d6 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -23,6 +23,7 @@ #include "err.hpp" zmq::options_t::options_t () : + type (-1), hwm (0), lwm (0), swap (0), |