/[man-db]/man-db/lib/pipeline.h
ViewVC logotype

Diff of /man-db/lib/pipeline.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by cjwatson, Sun Aug 3 15:36:27 2003 UTC revision 1.3 by cjwatson, Sun Aug 3 17:02:02 2003 UTC
# Line 39  typedef struct pipeline { Line 39  typedef struct pipeline {
39          int commands_max;       /* size of allocated array */          int commands_max;       /* size of allocated array */
40          command **commands;          command **commands;
41          pid_t *pids;          pid_t *pids;
42          int writeto, readfrom;  /* if non-zero, create input/output pipes */          int want_in, want_out;  /* if non-zero, create input/output pipes */
43          int writefd, readfd;    /* created by pipeline_start(), else -1 */          int infd, outfd;        /* created by pipeline_start(), else -1 */
44  } pipeline;  } pipeline;
45    
46  /* Construct a new command. */  /* Construct a new command. */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26