Add --log-file

This commit is contained in:
Ian Gulliver
2016-03-07 11:26:25 -08:00
parent 51eaabe27a
commit 46696933aa
15 changed files with 110 additions and 61 deletions

View File

@@ -169,7 +169,7 @@ void exec_cleanup() {
}
}
void exec_new(char *command, struct flow *flow, void *passthrough) {
void exec_new(const char *command, struct flow *flow, void *passthrough) {
flow_ref_inc(flow);
struct exec *exec = malloc(sizeof(*exec));