From f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3 Mon Sep 17 00:00:00 2001 From: slioch Date: Fri, 24 Jul 2009 16:59:27 -0700 Subject: bug fixes on mult targets. added packet rate limit option to rules --- src/lbtest_icmp.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lbtest_icmp.hh') diff --git a/src/lbtest_icmp.hh b/src/lbtest_icmp.hh index ea8e893..8b55130 100644 --- a/src/lbtest_icmp.hh +++ b/src/lbtest_icmp.hh @@ -41,6 +41,7 @@ public: ICMPEngine() : _debug(true), _initialized(false), + _received(false), _packet_id(0) {} @@ -66,6 +67,7 @@ private: private: bool _debug; bool _initialized; + bool _received; int _packet_id; map _results; }; -- cgit v1.2.3