IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 4, 2005, 6:29:10 PM (21 years ago)
Author:
eugene
Message:

fixed up some bugs

File:
1 edited

Legend:

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

    r4450 r4451  
    1515  pid = fork ();
    1616  if (!pid) { /* must be child process */
    17     fprintf (stderr, "starting controller connection\n");
     17    fprintf (stderr, "starting local job\n");
    1818
    1919    /* close the other ends of the pipes */
     
    4545  job[0].pid = pid;
    4646
     47  InitIOBuffer (&job[0].stdout, 0x100);
     48  InitIOBuffer (&job[0].stderr, 0x100);
    4749  return (TRUE);
    4850
Note: See TracChangeset for help on using the changeset viewer.