Changeset 4693 for trunk/Ohana/src/opihi/pantasks/ControllerOps.c
- Timestamp:
- Aug 1, 2005, 4:54:17 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/ControllerOps.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/ControllerOps.c
r4689 r4693 1 # include " scheduler.h"1 # include "psched.h" 2 2 # define CONTROLLER_TIMEOUT 20 3 3 # define CONNECT_TIMEOUT 300 … … 350 350 exit (2); 351 351 case -1: /* no data in pipe */ 352 break; 353 case 0: /* pipe is closed */ 354 /** change child state? **/ 355 break; 352 case 0: /* pipe is closed, change child state? **/ 356 353 default: /* data in pipe */ 357 354 break; … … 365 362 exit (2); 366 363 case -1: /* no data in pipe */ 367 break; 368 case 0: /* pipe is closed */ 369 /** change child state? **/ 370 break; 364 case 0: /* pipe is closed, change child state? **/ 371 365 default: /* data in pipe */ 372 366 break;
Note:
See TracChangeset
for help on using the changeset viewer.
