IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2010, 5:03:18 PM (16 years ago)
Author:
eugene
Message:

rename elements of Job structure stdout and stderr (see #1228)

File:
1 edited

Legend:

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

    r23554 r28242  
    216216  job[0].Reset    = FALSE;
    217217
    218   InitJobOutput (&job[0].stdout);
    219   InitJobOutput (&job[0].stderr);
     218  InitJobOutput (&job[0].stdout_buf);
     219  InitJobOutput (&job[0].stderr_buf);
    220220
    221221  job[0].mode     = mode;
     
    257257  FREE (job[0].argv);
    258258
    259   FreeIOBuffer (&job[0].stdout.buffer);
    260   FreeIOBuffer (&job[0].stderr.buffer);
     259  FreeIOBuffer (&job[0].stdout_buf.buffer);
     260  FreeIOBuffer (&job[0].stderr_buf.buffer);
    261261
    262262  FREE (job);
Note: See TracChangeset for help on using the changeset viewer.