aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-08 00:08:57 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-08 00:08:57 +1000
commit1917ce96f418b04e43bf14d90cf2ddb352e2ebcd (patch)
tree10e5178ed437cfb05c2ed93aa37e346f01cd1683 /proc.h
parent8ff36deeb49e517ee076bb1a8db3d98adb6d7012 (diff)
Add support for piping using other file descriptor than fd 1
darcs-hash:20051007140857-ac50b-314a47d98ccd09e837be7bd81ebe58d5144c3499.gz
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proc.h b/proc.h
index 3bdf1db7..6e67c377 100644
--- a/proc.h
+++ b/proc.h
@@ -92,6 +92,8 @@ typedef struct process{
INTERNAL_BUILTIN, \c INTERNAL_FUNCTION, \c INTERNAL_BLOCK
*/
int type;
+ /** File descriptor that pipe output should bind to */
+ int pipe_fd;
/** true if process has completed */
volatile int completed;
/** true if process has stopped */