IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2005, 8:18:09 AM (21 years ago)
Author:
eugene
Message:

updating user commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/ControllerOps.c

    r4452 r4552  
    33# define CONNECT_TIMEOUT 300
    44
    5 int status = FALSE;
    6 int stdin_cntl, stdout_cntl, stderr_cntl;
     5static int status = FALSE;
     6static int stdin_cntl, stdout_cntl, stderr_cntl;
     7
     8int CheckControllerStatus () {
     9  return (status);
     10}
    711
    812int CheckControllerJob (Job *job) {
Note: See TracChangeset for help on using the changeset viewer.