Changeset 4552 for trunk/Ohana/src/opihi/pantasks/ControllerOps.c
- Timestamp:
- Jul 14, 2005, 8:18:09 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/ControllerOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/ControllerOps.c
r4452 r4552 3 3 # define CONNECT_TIMEOUT 300 4 4 5 int status = FALSE; 6 int stdin_cntl, stdout_cntl, stderr_cntl; 5 static int status = FALSE; 6 static int stdin_cntl, stdout_cntl, stderr_cntl; 7 8 int CheckControllerStatus () { 9 return (status); 10 } 7 11 8 12 int CheckControllerJob (Job *job) {
Note:
See TracChangeset
for help on using the changeset viewer.
