summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-10 18:21:39 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-10 18:21:39 (GMT)
commite9d4ec7889417822c777ef3adaf0c6b9ddb07975 (patch)
tree6852ae4a2fefbf7d45324bdf2be19cbe6cd11328 /options.h
parent5b5a0e9950fa7e191a67cacabe55f1780fed5b5e (diff)
blinking led on heartbeat data works now
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 45d1240..e2a98fb 100644
--- a/options.h
+++ b/options.h
@@ -60,6 +60,7 @@ struct options_struct {
/* heartbeatclient only */
u_int32_t timeout_;
+ char* led_filename_;
};
typedef struct options_struct options_t;