diff options
Diffstat (limited to 'src/timer.h')
-rw-r--r-- | src/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.h b/src/timer.h index ad55cf7c87..d5cbc11561 100644 --- a/src/timer.h +++ b/src/timer.h @@ -57,7 +57,7 @@ typedef struct TimerValue { } TimerValue; struct Timer { - Meta meta; + Unit meta; LIST_HEAD(TimerValue, values); usec_t next_elapse; |