IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18096


Ignore:
Timestamp:
Jun 12, 2008, 12:48:30 PM (18 years ago)
Author:
eugene
Message:

add the ALLHOST stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/pcontrol.h

    r17476 r18096  
    88/** job status values **/
    99typedef enum {
     10  PCONTROL_JOB_ALLJOBS,
    1011  PCONTROL_JOB_PENDING,
    1112  PCONTROL_JOB_BUSY, 
     
    2728/** host status values **/
    2829typedef enum {
     30  PCONTROL_HOST_ALLHOSTS,
    2931  PCONTROL_HOST_IDLE,
    3032  PCONTROL_HOST_BUSY, 
     
    208210IDtype NextHostID ();
    209211void PrintID (gpDest dest, IDtype ID);
     212IDtype GetID (char *IDword);
    210213
    211214/*** CheckPoint.c ***/
Note: See TracChangeset for help on using the changeset viewer.