summaryrefslogtreecommitdiff
path: root/src/lbtest_icmp.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lbtest_icmp.hh')
-rw-r--r--src/lbtest_icmp.hh2
1 files changed, 2 insertions, 0 deletions
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<int,PktData> _results;
};