IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 4, 2005, 5:35:47 PM (21 years ago)
Author:
eugene
Message:

substantial dev work on scheduler/pcontrol/pclient

File:
1 edited

Legend:

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

    r3212 r4450  
    2626    Mode = PCONTROL_JOB_NEEDHOST;
    2727  }
     28  if (Host == NULL) Host = strcreate ("anyhost");
    2829 
    2930  Timeout = 100;
     
    4748
    4849  JobID = AddJob (Host, Mode, Timeout, targc, targv);
    49   FREE (Host);
     50  fprintf (stdout, "JobID: %d\n", JobID);
    5051  return (TRUE);
    5152}
Note: See TracChangeset for help on using the changeset viewer.