Changeset 19125 for trunk/Ohana/src/opihi/include/pantasks.h
- Timestamp:
- Aug 19, 2008, 12:29:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/pantasks.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/pantasks.h
r17419 r19125 58 58 int Nrun; 59 59 } TimeRange; 60 61 /* data to define a host machine */ 62 typedef struct { 63 char *hostname; 64 int max_threads; 65 } Host; 60 66 61 67 /* a task is a description of the wrapping of a job */ … … 233 239 int QuitController (); 234 240 int StopController (); 241 int RestartController (); 235 242 int VerboseMode (); 236 243 int KillLocalJob (Job *job);
Note:
See TracChangeset
for help on using the changeset viewer.
