ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/serial_unix.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/serial_unix.cpp (file contents):
Revision 1.7 by cebix, 2001-02-02T20:52:58Z vs.
Revision 1.8 by cebix, 2001-04-08T12:21:46Z

# Line 208 | Line 208 | int16 XSERDPort::open(uint16 config)
208          configure(config);
209  
210          // Start input/output threads
211 +        input_thread_cancel = false;
212 +        output_thread_cancel = false;
213          if (sem_init(&input_signal, 0, 0) < 0)
214                  goto open_error;
215          if (sem_init(&output_signal, 0, 0) < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines