summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index c8d52308ce..0cfdedf310 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -86,6 +86,7 @@ enum clause { clause_none, clause_is, clause_is_not, clause_gt, clause_gteq,
86 86
87struct tagcache_stat { 87struct tagcache_stat {
88 bool initialized; /* Is tagcache currently busy? */ 88 bool initialized; /* Is tagcache currently busy? */
89 bool readyvalid; /* Has tagcache ready status been ascertained */
89 bool ready; /* Is tagcache ready to be used? */ 90 bool ready; /* Is tagcache ready to be used? */
90 bool ramcache; /* Is tagcache loaded in ram? */ 91 bool ramcache; /* Is tagcache loaded in ram? */
91 bool commit_delayed; /* Has commit been delayed until next reboot? */ 92 bool commit_delayed; /* Has commit been delayed until next reboot? */