Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
run-command: optionally kill children on exit
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 56491b9f2344541c02bd0da2928a535f11193bd8..2a6946668b6dd2af3ed3f787ceed77674f86cf0c 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-38,6
+38,7
@@
struct child_process {
unsigned silent_exec_failure:1;
unsigned stdout_to_stderr:1;
unsigned use_shell:1;
+ unsigned clean_on_exit:1;
void (*preexec_cb)(void);
};