aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/packet.h')
-rw-r--r--ncpd/packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ncpd/packet.h b/ncpd/packet.h
index 77ca4e9..26d4282 100644
--- a/ncpd/packet.h
+++ b/ncpd/packet.h
@@ -34,6 +34,7 @@ class IOWatch;
#define PKT_DEBUG_LOG 1
#define PKT_DEBUG_DUMP 2
+#define PKT_DEBUG_HANDSHAKE 4
class packet {
public:
@@ -63,7 +64,7 @@ class packet {
int outLen;
int termLen;
int fd;
- bool verbose;
+ short int verbose;
bool esc;
char *devname;
int baud;