diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-09-03 23:57:59 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-09-03 23:57:59 +0200 |
commit | 84f7ba47c32bfe5f31ee733f911c3a158ad774bb (patch) | |
tree | eb072341b3afd6fb5fef58bfc005ca069a63d6aa /src/options.h | |
parent | added git ignore file (diff) |
updated options parser
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/options.h b/src/options.h index 465291c..a89bb25 100644 --- a/src/options.h +++ b/src/options.h @@ -43,14 +43,10 @@ struct options_struct { char* pid_file_; string_list_t log_targets_; int debug_; - char* src_bin_desc_; - char* output_dir_; - char* name_format_; - mode_t mode_; - int nocache_; - int interval_; - int offset_; - char* post_process_; + + char* appname_; + char* rec_dir_; + char* rec_name_format_; }; typedef struct options_struct options_t; |