summaryrefslogtreecommitdiff
path: root/src/lbpathtest.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lbpathtest.hh')
-rw-r--r--src/lbpathtest.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lbpathtest.hh b/src/lbpathtest.hh
index 176bf18..aba3a54 100644
--- a/src/lbpathtest.hh
+++ b/src/lbpathtest.hh
@@ -47,7 +47,7 @@ public:
class LBPathTest
{
public:
- LBPathTest();
+ LBPathTest(bool debug);
~LBPathTest();
void
@@ -64,6 +64,7 @@ private:
in_checksum(const unsigned short *buf, int lenght) const;
private:
+ bool _debug;
int _send_sock;
int _recv_sock;
int _packet_id;