summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 11d58c01bd..b3baba0f30 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -25,6 +25,7 @@
25#include "config.h" 25#include "config.h"
26#include "system.h" 26#include "system.h"
27#include "metadata.h" 27#include "metadata.h"
28#include "settings.h"
28 29
29/** 30/**
30 Note: When adding new tags, make sure to update index_entry_ec and tags_str in 31 Note: When adding new tags, make sure to update index_entry_ec and tags_str in
@@ -89,6 +90,7 @@ struct tagcache_stat {
89 *curentry; /* Path of the current entry being scanned. */ 90 *curentry; /* Path of the current entry being scanned. */
90 volatile bool syncscreen;/* Synchronous operation with debug screen? */ 91 volatile bool syncscreen;/* Synchronous operation with debug screen? */
91 // const char *uimessage; /* Pending error message. Implement soon. */ 92 // const char *uimessage; /* Pending error message. Implement soon. */
93 char db_path[MAX_PATHNAME+1]; /* Path to DB root directory */
92}; 94};
93 95
94enum source_type {source_constant, 96enum source_type {source_constant,