summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 5a4b33a..22013d5 100644
--- a/src/options.h
+++ b/src/options.h
@@ -40,6 +40,7 @@ struct options_struct {
char* pid_file_;
string_list_t log_targets_;
int debug_;
+ char* src_bin_desc_;
};
typedef struct options_struct options_t;