IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2006, 3:05:21 PM (20 years ago)
Author:
eugene
Message:

adding working threads to server/client mode

File:
1 edited

Legend:

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

    r7917 r7952  
    99    gprint (GP_LOG, " Scheduler is running\n");
    1010  }
    11   if (CheckControllerStatus ()) {
     11  if (CheckControllerStatus()) {
     12    gprint (GP_LOG, " Controller is running\n");
     13  } else {
     14    gprint (GP_LOG, " Controller is stopped\n");
     15  }
     16  if (CheckTasksGetState()) {
     17    gprint (GP_LOG, " Scheduler is running\n");
     18  } else {
     19    gprint (GP_LOG, " Scheduler is stopped\n");
     20  }
     21  if (CheckControllerGetState()) {
    1222    gprint (GP_LOG, " Controller is running\n");
    1323  } else {
Note: See TracChangeset for help on using the changeset viewer.