IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

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

    r4684 r4689  
    1 # include "opihi.h"
    2 # include <sys/types.h>
    3 # include <sys/wait.h>
     1# include "data.h"
     2# include "basic.h"
    43
    54typedef enum {
     
    111110/* scheduler prototypes */
    112111
     112void InitSched ();
     113
    113114char *memstr (char *m1, char *m2, int n);
    114115
     
    157158int CheckLocalJobStatus (Job *job);
    158159void InitTaskTimers ();
    159 Function *FindControllerCommand (char *cmd);
     160CommandF *FindControllerCommand (char *cmd);
     161int QuitController ();
     162int VerboseMode ();
     163int KillLocalJob (Job *job);
     164int CheckControllerOutput ();
     165int PrintControllerOutput ();
     166
     167int InitIOBuffer (IOBuffer *buffer, int Nalloc);
     168int FlushIOBuffer (IOBuffer *buffer);
     169int ReadtoIOBuffer (IOBuffer *buffer, int fd);
     170void FreeIOBuffer (IOBuffer *buffer);
     171int KillControllerJob (Job *job);
     172int CheckControllerStatus ();
Note: See TracChangeset for help on using the changeset viewer.