summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/service.h b/service.h
index d9a118f..f0fda6f 100644
--- a/service.h
+++ b/service.h
@@ -83,11 +83,12 @@ private:
/* __Changed = data has been changed */
/* __Active = plugin/service is available and active */
/* __Use = service is requested in skin (don't call services that wouldn't be used anyway) */
- bool radioChanged, radioActive, radioUse;
- bool lcrChanged, lcrActive, lcrUse;
- bool femonChanged, femonActive, femonUse;
- bool mailboxChanged, mailboxActive, mailboxUse;
- bool spanChanged, spanActive, spanUse;
+ /* __Init = ServiceIsAvailable() has been called at least one for this service */
+ bool radioChanged, radioActive, radioUse, radioInit;
+ bool lcrChanged, lcrActive, lcrUse, lcrInit;
+ bool femonChanged, femonActive, femonUse, femonInit;
+ bool mailboxChanged, mailboxActive, mailboxUse, mailboxInit;
+ bool spanChanged, spanActive, spanUse, spanInit;
// timestamp of last service update request
uint64_t radioLastChange, lcrLastChange, femonLastChange, mailboxLastChange, spanLastChange;
// min. delay between two service update requests