summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
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;