IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2005, 5:50:08 PM (21 years ago)
Author:
eugene
Message:

psched / pscontrol / pclient dev work

File:
1 edited

Legend:

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

    r4697 r4705  
    4949  Macro  *crash;                        /* name is 'crash' */
    5050  Macro  *timeout;
    51   Macro  *def;
     51  Macro  *defexit;
    5252
    5353  int     NEXIT;
     
    115115
    116116void InitPsched ();
    117 
    118117void InitTasks ();
    119118Task *NextTask ();
     
    132131void InitTaskTimers ();
    133132int TaskHash (char *input);
     133int RemoveTask (Task *task);
     134Task *SetNewTask (Task *task);
    134135
    135136int NextJobID ();
Note: See TracChangeset for help on using the changeset viewer.