diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index ee7763d..70d9a80 100644 --- a/src/options.h +++ b/src/options.h @@ -58,6 +58,7 @@ struct options_struct { char* chroot_dir_; char* pid_file_; string_list_t log_targets_; + int debug_; char* local_addr_; char* local_port_; sender_id_t sender_id_; |