Changeset 12332 for trunk/Ohana/src/opihi/pantasks
- Timestamp:
- Mar 8, 2007, 12:21:18 PM (19 years ago)
- Location:
- trunk/Ohana/src/opihi/pantasks
- Files:
-
- 4 edited
-
CheckTasks.c (modified) (1 diff)
-
TaskOps.c (modified) (2 diffs)
-
ipptool2book.c (modified) (1 diff)
-
task_stdout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/CheckTasks.c
r11898 r12332 6 6 Task *task; 7 7 int status; 8 struct timeval now;8 // struct timeval now; 9 9 10 10 /** test all tasks: ready to test? ready to run? **/ -
trunk/Ohana/src/opihi/pantasks/TaskOps.c
r11898 r12332 149 149 void ListTaskStats (char *regex) { 150 150 151 int i, j, valid, nameLength; 152 char *start, *stop; 151 int i, valid, nameLength; 153 152 char format[128]; 154 153 regex_t preg; … … 557 556 if (verbose) { 558 557 fprintf (stderr, "tt: %d %6d - %d %6d : %f\n", 559 now.tv_sec,now.tv_usec,560 start.tv_sec,start.tv_usec, dtime);558 (int) now.tv_sec, (int) now.tv_usec, 559 (int) start.tv_sec, (int) start.tv_usec, dtime); 561 560 } 562 561 -
trunk/Ohana/src/opihi/pantasks/ipptool2book.c
r11334 r12332 15 15 char **setWordValue; 16 16 int setWordN, setWordNalloc; 17 Page *page; 18 Book *book; 19 Queue *queue; 17 18 Page *page = NULL; 19 Book *book = NULL; 20 Queue *queue = NULL; 20 21 21 22 /* supply additional constant words */ -
trunk/Ohana/src/opihi/pantasks/task_stdout.c
r9037 r12332 3 3 int task_stdout (int argc, char **argv) { 4 4 5 int N, RequiredHost;6 5 Task *task; 7 6 … … 27 26 int task_stderr (int argc, char **argv) { 28 27 29 int N, RequiredHost;30 28 Task *task; 31 29
Note:
See TracChangeset
for help on using the changeset viewer.
