summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 393a2905f5..6c13efdd0e 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -190,7 +190,9 @@ struct tagcache_search {
190 190
191 /* Exported variables. */ 191 /* Exported variables. */
192 bool ramsearch; /* Is ram copy of the tagcache being used. */ 192 bool ramsearch; /* Is ram copy of the tagcache being used. */
193 bool ramresult; /* False if result is not static, and must be copied. */ 193 bool ramresult; /* False if result is not static, and must be copied.
194 Currently always false since ramresult buffer is
195 movable */
194 int type; /* The tag type to be searched. Only nonvirtual tags */ 196 int type; /* The tag type to be searched. Only nonvirtual tags */
195 char *result; /* The result data for all tags. */ 197 char *result; /* The result data for all tags. */
196 int result_len; /* Length of the result including \0 */ 198 int result_len; /* Length of the result including \0 */