diff options
| author | Federico Angelilli <code@fedang.net> | 2024-07-10 15:57:13 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-07-10 15:57:13 +0200 |
| commit | d575e261c85b70a8de4f02fb2115b102d3c33f64 (patch) | |
| tree | db84a9d6aa4a0510586aa1c449f131e1b2226db6 /src/block.h | |
| parent | dbd61ded1f7ddd55743b324a5b27017f2a7a886b (diff) | |
Refactor
Diffstat (limited to 'src/block.h')
| -rw-r--r-- | src/block.h | 1 |
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 { |
