IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2006, 8:55:12 AM (20 years ago)
Author:
eugene
Message:

added run level

File:
1 edited

Legend:

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

    r8424 r10693  
    3232  PCONTROL_HOST_OFF,
    3333} HostStat;
     34
     35typedef enum {
     36  PCONTROL_RUN_UNKNOWN,
     37  PCONTROL_RUN_NONE,
     38  PCONTROL_RUN_HOSTS,
     39  PCONTROL_RUN_REAP,
     40  PCONTROL_RUN_ALL,
     41} RunLevels;
    3442
    3543/* stack special positions */
Note: See TracChangeset for help on using the changeset viewer.