diff options
| author | slioch <slioch@eng-140.vyatta.com> | 2009-07-24 16:59:27 -0700 |
|---|---|---|
| committer | slioch <slioch@eng-140.vyatta.com> | 2009-07-24 16:59:27 -0700 |
| commit | f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3 (patch) | |
| tree | 07bf2b8289e4bffc561f5d0fc7bb1c664d7ee6da /src/lbtest_icmp.hh | |
| parent | e99605daeed8b412073694ee35d54da78920703f (diff) | |
| download | vyatta-wanloadbalance-f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3.tar.gz vyatta-wanloadbalance-f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3.zip | |
bug fixes on mult targets. added packet rate limit option to rules
Diffstat (limited to 'src/lbtest_icmp.hh')
| -rw-r--r-- | src/lbtest_icmp.hh | 2 |
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; }; |
