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

@@ -158,7 +158,7 @@ void outgoing_cleanup() {
}
}
void outgoing_new(char *node, char *service, struct flow *flow, void *passthrough) {
void outgoing_new(const char *node, const char *service, struct flow *flow, void *passthrough) {
flow_ref_inc(flow);
struct outgoing *outgoing = malloc(sizeof(*outgoing));