IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2005, 9:53:49 AM (21 years ago)
Author:
eugene
Message:

fixed some memory leaks, pushed extra init functions into lib inits

File:
1 edited

Legend:

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

    r4705 r4714  
    151151int CheckTasks ();
    152152int CheckSystem ();
     153int CheckController ();
    153154int CheckTimeRanges (TimeRange *ranges, int Nranges);
    154155int GetJobOutput (char *channel, int pid, IOBuffer *buffer, int Nbytes);
     
    156157int CheckControllerJobStatus (Job *job);
    157158int SubmitControllerJob (Job *job);
     159int DeleteControllerJob (Job *job);
     160Job *FindControllerJob (int JobID);
    158161int StartController ();
    159162int ControllerCommand (char *command, char *response, IOBuffer *buffer);
Note: See TracChangeset for help on using the changeset viewer.