summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-19 13:20:43 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-19 13:20:43 (GMT)
commit57c708218fc8384acefd942e38d54bad881f53d7 (patch)
tree98b6605dc3f4edd10021adbf4ce6d98ac9b44da2 /options.h
parentf940c6741d6e7c8fcc682d733a15ca7aecd46ddc (diff)
improved mail output at mode_watch.lua
active channel of both system is now watched
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.h b/options.h
index 64ce12b..38d6e3f 100644
--- a/options.h
+++ b/options.h
@@ -49,7 +49,8 @@ struct options_struct {
/* switchctl */
mode_t mode_;
- channel_t channel_;
+ channel_t channel_master_;
+ channel_t channel_standby_;
char* conf_file_;
char* switch_dev_;
key_value_storage_t alias_table_;