summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75b5cee)
raw | patch | inline | side by side (parent: 75b5cee)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 21 Mar 2010 19:12:49 +0000 (15:12 -0400) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Mon, 29 Mar 2010 00:18:17 +0000 (20:18 -0400) |
tig.c | patch | blob | history |
index e7f1599dd0e47b56259216d49c73b42b2590040d..4a07a515b79532aafcefbc96e7b6013043e1e536 100644 (file)
--- a/tig.c
+++ b/tig.c
struct io {
enum io_type type; /* The requested type of pipe. */
const char *dir; /* Directory from which to execute. */
- pid_t pid; /* Pipe for reading or writing. */
+ pid_t pid; /* PID of spawned process. */
int pipe; /* Pipe end for reading or writing. */
int error; /* Error status. */
const char *argv[SIZEOF_ARG]; /* Shell command arguments. */