diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-19 13:20:43 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-19 13:20:43 (GMT) |
commit | 57c708218fc8384acefd942e38d54bad881f53d7 (patch) | |
tree | 98b6605dc3f4edd10021adbf4ce6d98ac9b44da2 /options.h | |
parent | f940c6741d6e7c8fcc682d733a15ca7aecd46ddc (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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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_; |