From 12241e0ff5ea242891fc3a8c177e8f55e897f2a3 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sat, 16 Feb 2002 17:35:42 +0000 Subject: - Applied patches from Luke Diamand, Marc Spoorendonk and Chris Halls --- ncpd/packet.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ncpd/packet.h') diff --git a/ncpd/packet.h b/ncpd/packet.h index a21412e..f80e4c9 100644 --- a/ncpd/packet.h +++ b/ncpd/packet.h @@ -38,7 +38,7 @@ class IOWatch; class packet { public: - packet(const char *fname, int baud, IOWatch &iow, short int verbose = 0); + packet(const char *fname, int baud, IOWatch *iow, short int verbose = 0); ~packet(); void send(unsigned char type, const bufferStore &b); bool get(unsigned char &type, bufferStore &b); @@ -70,9 +70,10 @@ class packet { short int verbose; bool esc; bool lastFatal; + bool iowLocal; char *devname; int baud; - IOWatch &iow; + IOWatch *iow; }; #endif -- cgit v1.2.3