diff options
Diffstat (limited to '')
-rw-r--r-- | src/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 40e0ee8..99acb8d 100644 --- a/src/options.h +++ b/src/options.h @@ -72,6 +72,8 @@ enum dump_format { \ 0, 0, 0, 0, 0, \ \ + 0, \ +\ 0 \ } @@ -113,6 +115,8 @@ struct options { int reassemble_tcp_bfbparsedns; int bpf_hosts_apply_all; + + char* pid_file; }; int option_parse(options_t* options, const char* option); |