diff options
Diffstat (limited to 'src/periodic.h')
-rw-r--r-- | src/periodic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/periodic.h b/src/periodic.h index a56310a8..f65a4299 100644 --- a/src/periodic.h +++ b/src/periodic.h | |||
@@ -35,6 +35,7 @@ struct Impl_Periodic { | |||
35 | iSortedArray commands; | 35 | iSortedArray commands; |
36 | uint32_t lastPostTime; | 36 | uint32_t lastPostTime; |
37 | iPtrSet pendingRemoval; /* contexts */ | 37 | iPtrSet pendingRemoval; /* contexts */ |
38 | int wakeupTimer; /* running while there are pending periodic commands */ | ||
38 | }; | 39 | }; |
39 | 40 | ||
40 | void init_Periodic (iPeriodic *); | 41 | void init_Periodic (iPeriodic *); |