summaryrefslogtreecommitdiff
path: root/src/periodic.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-07 17:07:31 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-07 17:07:31 +0200
commitdbbeddecb55c7bd5ca5239f0c040886cde7e29d7 (patch)
treec0e0103322c6e97609695b1ed569bf664f6a0bdd /src/periodic.h
parent9d5a4c29efe45644d379eaaa020058beb4dd96f6 (diff)
App: Optimizing periodic events
IssueID #416
Diffstat (limited to 'src/periodic.h')
-rw-r--r--src/periodic.h1
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
40void init_Periodic (iPeriodic *); 41void init_Periodic (iPeriodic *);