IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2005, 4:54:17 AM (21 years ago)
Author:
eugene
Message:

moved sched/scheduler to psched

File:
1 edited

Legend:

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

    r4692 r4693  
    2323
    2424enum {RANGE_ABS, RANGE_DAY, RANGE_WEEK};
    25 
    26 /* socket / pipe communication buffer */
    27 typedef struct {
    28   char *buffer;
    29   int   Nalloc;
    30   int   Nreset;
    31   int   Nblock;
    32   int   Nbuffer;
    33 } IOBuffer;
    3425
    3526typedef struct {
     
    110101/* scheduler prototypes */
    111102
    112 void InitSched ();
    113 
    114 char *memstr (char *m1, char *m2, int n);
     103void InitPsched ();
    115104
    116105void InitTasks ();
     
    165154int PrintControllerOutput ();
    166155
    167 int InitIOBuffer (IOBuffer *buffer, int Nalloc);
    168 int FlushIOBuffer (IOBuffer *buffer);
    169 int ReadtoIOBuffer (IOBuffer *buffer, int fd);
    170 void FreeIOBuffer (IOBuffer *buffer);
    171156int KillControllerJob (Job *job);
    172157int CheckControllerStatus ();
Note: See TracChangeset for help on using the changeset viewer.