Changeset 4689 for trunk/Ohana/src/opihi/include/scheduler.h
- Timestamp:
- Jul 31, 2005, 1:04:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/scheduler.h (modified) (3 diffs)
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" 4 3 5 4 typedef enum { … … 111 110 /* scheduler prototypes */ 112 111 112 void InitSched (); 113 113 114 char *memstr (char *m1, char *m2, int n); 114 115 … … 157 158 int CheckLocalJobStatus (Job *job); 158 159 void InitTaskTimers (); 159 Function *FindControllerCommand (char *cmd); 160 CommandF *FindControllerCommand (char *cmd); 161 int QuitController (); 162 int VerboseMode (); 163 int KillLocalJob (Job *job); 164 int CheckControllerOutput (); 165 int PrintControllerOutput (); 166 167 int InitIOBuffer (IOBuffer *buffer, int Nalloc); 168 int FlushIOBuffer (IOBuffer *buffer); 169 int ReadtoIOBuffer (IOBuffer *buffer, int fd); 170 void FreeIOBuffer (IOBuffer *buffer); 171 int KillControllerJob (Job *job); 172 int CheckControllerStatus ();
Note:
See TracChangeset
for help on using the changeset viewer.
