summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-04 04:13:13 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-04 04:13:13 (GMT)
commit300483ff8651af328adeb83834dac0dc3442407d (patch)
treee0f90c21fd3342f7337e564cf3398d17242ad0b8 /options.h
parent1f1a372856ff1efe9d1ea5333bb1e7f2f1d56281 (diff)
added parser for switchctl config file
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 5283258..1c17809 100644
--- a/options.h
+++ b/options.h
@@ -23,6 +23,7 @@
#define _OPTIONS_H_
#include "string_list.h"
+#include "key_value_storage.h"
struct options_struct {
char* progname_;
@@ -36,6 +37,7 @@ struct options_struct {
char* conf_file_;
char* command_sock_;
char* switch_dev_;
+ key_value_storage_t alias_table_;
};
typedef struct options_struct options_t;