Changeset 4697 for trunk/Ohana/src/opihi/pantasks/ControllerOps.c
- Timestamp:
- Aug 2, 2005, 9:40:50 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
r4693 r4697 3 3 # define CONNECT_TIMEOUT 300 4 4 5 /* local static variables to hold the connection to the controller */ 5 6 static int status = FALSE; 6 7 static int stdin_cntl, stdout_cntl, stderr_cntl; … … 8 9 static IOBuffer stderr_buffer; 9 10 11 /* test if the controller is running */ 10 12 int CheckControllerStatus () { 11 13 return (status); 12 14 } 13 15 16 /* check job / get output if done */ 14 17 int CheckControllerJob (Job *job) { 15 18 … … 23 26 } 24 27 28 /* ask controller about job status */ 25 29 int CheckControllerJobStatus (Job *job) { 26 30
Note:
See TracChangeset
for help on using the changeset viewer.
