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 503da8c1eb..5140aa1989 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -88,6 +88,7 @@ struct tagcache_stat {
88 bool ready; /* Is tagcache ready to be used? */ 88 bool ready; /* Is tagcache ready to be used? */
89 bool ramcache; /* Is tagcache loaded in ram? */ 89 bool ramcache; /* Is tagcache loaded in ram? */
90 bool commit_delayed; /* Has commit been delayed until next reboot? */ 90 bool commit_delayed; /* Has commit been delayed until next reboot? */
91 bool econ; /* Is endianess correction enabled? */
91 int commit_step; /* Commit progress */ 92 int commit_step; /* Commit progress */
92 int ramcache_allocated; /* Has ram been allocated for ramcache? */ 93 int ramcache_allocated; /* Has ram been allocated for ramcache? */
93 int ramcache_used; /* How much ram has been really used */ 94 int ramcache_used; /* How much ram has been really used */