From f6d25b8861f97439d7086e4569e209c46486d009 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 14 Jan 2001 22:28:37 +0000 Subject: - Added Hint for man pages in README. - Added signal handles for SIGINT and SIGTERM in ncpd for - properly shutting down the link. - Added flush() method in link.cc, needed for above feature. - If started with option -e and no -s option is given, assume being started by mgetty and use the line ncpd is started on instead of builtin default. - Added auto-reset in packet.cc. This helps making IrDA (ircomm-tty) based connections. Still not satisfying as i sometimes have to toggle infrared on the Psion (probably a bug in the Psion's IrDA). --- ncpd/packet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ncpd/packet.h') 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; -- cgit v1.2.3