summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h12
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;