Added a comment for the tagcache_search.type field. --- apps/tagcache.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/tagcache.h b/apps/tagcache.h index 7351998..6f23bfc 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -188,7 +188,7 @@ struct tagcache_search { /* Exported variables. */ bool ramsearch; /* Is ram copy of the tagcache being used. */ bool ramresult; /* False if result is not static, and must be copied. */ - int type; + int type; /* The tag type to be searched. Only nonvirtual tags */ char *result; /* The result data for all tags. */ int result_len; /* Length of the result including \0 */ int32_t result_seek; /* Current position in the tag data. */ -- 1.7.1