IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 12:21:18 PM (19 years ago)
Author:
eugene
Message:

complete merge from branch dvo-mods-2007-02

Location:
trunk/Ohana/src/opihi/pantasks
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/CheckTasks.c

    r11898 r12332  
    66  Task *task;
    77  int status;
    8   struct timeval now;
     8  // struct timeval now;
    99
    1010  /** test all tasks: ready to test? ready to run? **/
  • trunk/Ohana/src/opihi/pantasks/TaskOps.c

    r11898 r12332  
    149149void ListTaskStats (char *regex) {
    150150
    151   int i, j, valid, nameLength;
    152   char *start, *stop;
     151  int i, valid, nameLength;
    153152  char format[128];
    154153  regex_t preg;
     
    557556  if (verbose) {
    558557      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);
    561560  }
    562561
  • trunk/Ohana/src/opihi/pantasks/ipptool2book.c

    r11334 r12332  
    1515  char **setWordValue;
    1616  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;
    2021
    2122  /* supply additional constant words */
  • trunk/Ohana/src/opihi/pantasks/task_stdout.c

    r9037 r12332  
    33int task_stdout (int argc, char **argv) {
    44
    5   int N, RequiredHost;
    65  Task *task;
    76
     
    2726int task_stderr (int argc, char **argv) {
    2827
    29   int N, RequiredHost;
    3028  Task *task;
    3129
Note: See TracChangeset for help on using the changeset viewer.