| Protocol: | local | User: | |
| Machine: | localhost | CVSROOT: | /nfs/cavern/cvs |
|
Filename: reflector.cxx | |||
| Revision 1.9 | scharver | 2004/04/01 21:36:28 | +19 -15 |
|
- Cleaned up source formatting a little. - Changed keepRunning to volatile. This should be safer for signal handling. - Replaced Sleep() call with QUANTAsleep(). This must have been something that I overlooked when doing some Windows testing. | |||
| Show difference between Revision 1.8 and 1.9 | |||
| Revision 1.8 | scharver | 2004/03/24 22:39:12 | +30 -7 |
|
- Installed a signal handler to catch SIGINT when the user presses Ctrl-C. - Added usage info that is displayed if the program is lauched without the proper arguments. This avoids a bus error. - Changed the while loop to check a variable that is set in the signal handler. When the variable is false, the loop will quit and the UDP reflector's destructor will get called. | |||
| Show difference between Revision 1.7 and 1.8 | |||