diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-18 11:27:28 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-18 11:27:28 (GMT) |
commit | 7289da5dcf7d689a005cba6d645daea23aa3104c (patch) | |
tree | f5e660c5ed963ddc35afda0123f8c0de9297d4b3 /options.h | |
parent | 9044c3b05f6809ceca2f35d582a1601602f088d9 (diff) |
added heartbeat client
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -52,9 +52,14 @@ struct options_struct { char* switch_dev_; key_value_storage_t alias_table_; -/* serialclient */ +/* serialclient and heartbeatclient */ char* serial_dev_; + +/* serialclient only */ char* type_; + +/* heartbeatclient only */ + u_int32_t timeout_; }; typedef struct options_struct options_t; |