IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2005, 9:53:49 AM (21 years ago)
Author:
eugene
Message:

fixed some memory leaks, pushed extra init functions into lib inits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/jobstack.c

    r4706 r4714  
    66  Stack *stack;
    77  Job *job;
    8   Host *host;
    9   int JobID, HostID;
    108
    11   if (argc != 3) {
     9  if (argc != 2) {
    1210    fprintf (stdout, "USAGE: jobstack (jobstack)\n");
    1311    fprintf (stdout, "       (jobstack) : pending, busy, exit, crash, hung, done\n");
     
    2725    job = stack[0].object[i];
    2826    /* PrintID (stdout, job[0].JobID); */
    29     fprintf (stdout, "%d ", job[0].JobID);
     27    fprintf (stdout, "%lld ", job[0].JobID);
    3028    fprintf (stdout, "%s  %s\n", job[0].argv[0], job[0].hostname);
    3129  }
Note: See TracChangeset for help on using the changeset viewer.