summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-18 11:27:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-18 11:27:28 (GMT)
commit7289da5dcf7d689a005cba6d645daea23aa3104c (patch)
treef5e660c5ed963ddc35afda0123f8c0de9297d4b3 /options.h
parent9044c3b05f6809ceca2f35d582a1601602f088d9 (diff)
added heartbeat client
Diffstat (limited to 'options.h')
-rw-r--r--options.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/options.h b/options.h
index 1caa198..45d1240 100644
--- a/options.h
+++ b/options.h
@@ -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;