* fhandler.h (fhandler_serial::ev): New class member.

* fhandler_serial.cc (fhandler_serial::raw_read): Use class member for event
status.
* select.cc (peek_serial): Ditto.
This commit is contained in:
Christopher Faylor
2001-12-11 00:24:46 +00:00
parent cf77faefc8
commit 40139114ea
4 changed files with 11 additions and 7 deletions

View File

@@ -582,6 +582,7 @@ class fhandler_serial: public fhandler_base
public:
int overlapped_armed;
OVERLAPPED io_status;
DWORD ev;
/* Constructor */
fhandler_serial (int unit);