aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-14 02:47:47 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-14 02:47:47 +1000
commit87db9517e928c9007c66ed5b23836db2dad2b693 (patch)
treeedfe373687a5afb9ba5360a456e3096d7bf2df85 /io.h
parentab3502fc8b25469429af25a94306346af590428c (diff)
Add lots of new code comments.
darcs-hash:20080113164747-75c98-9d0cefd27be7aef7ba60772616d9da7e6bb52912.gz
Diffstat (limited to 'io.h')
-rw-r--r--io.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/io.h b/io.h
index c670afe0..c2e2d530 100644
--- a/io.h
+++ b/io.h
@@ -44,6 +44,9 @@ typedef struct io_data
} param2
;
+ /**
+ Set to true if this is an input io redirection
+ */
int is_input;
/** Pointer to the next IO redirection */