aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/packet.h')
-rw-r--r--ncpd/packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ncpd/packet.h b/ncpd/packet.h
index 19385d3..86db078 100644
--- a/ncpd/packet.h
+++ b/ncpd/packet.h
@@ -66,8 +66,10 @@ class packet {
int termLen;
int foundSync;
int fd;
+ int serialStatus;
short int verbose;
bool esc;
+ bool lastFatal;
char *devname;
int baud;
IOWatch &iow;