aboutsummaryrefslogtreecommitdiff
path: root/src/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block.h')
-rw-r--r--src/block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block.h b/src/block.h
index 8a91bf3..1a91596 100644
--- a/src/block.h
+++ b/src/block.h
@@ -51,6 +51,7 @@ struct block {
struct timespec update_last;
block_update_t update_cb;
block_event_t event_cb;
+ const char *label;
block_type_t type;
union {
struct {