Changeset 17419 for branches/ipp-2-5/Ohana/src/opihi/include/pantasks.h
- Timestamp:
- Apr 9, 2008, 12:15:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ipp-2-5/Ohana/src/opihi/include/pantasks.h
r15797 r17419 162 162 163 163 void InitPantasks (); 164 void FreePantasks (); 165 164 166 void InitPantasksServer (); 167 void FreePantasksServer (); 168 165 169 void InitPantasksClient (); 170 void FreePantasksClient (); 171 166 172 void InitTasks (); 173 void FreeTasks (); 174 167 175 Task *NextTask (); 168 176 Task *FindTask (char *name); … … 187 195 188 196 int NextJobID (); 189 int InitJobIDs (); 197 void InitJobIDs (); 198 void FreeJobIDs (); 190 199 int FreeJobID (int ID); 191 200 192 201 void InitJobs (); 202 void FreeJobs (); 203 193 204 Job *NextJob (); 194 205 Job *FindJob (int JobID); … … 256 267 // functions related to the queue of input files 257 268 void InitInputs (); 269 void FreeInputs (); 258 270 void AddNewInput (char *input); 259 271 int DeleteInput (char *input);
Note:
See TracChangeset
for help on using the changeset viewer.
