summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/content.h b/content/content.h
index aca53e448..123733ba9 100644
--- a/content/content.h
+++ b/content/content.h
@@ -180,7 +180,8 @@ struct content {
struct cache_data *cache_data; /**< Cache control data */
unsigned int size; /**< Estimated size of all data
- associated with this content. */
+ associated with this content, except
+ alloced as talloc children of this. */
char *title; /**< Title for browser window. */
unsigned int active; /**< Number of child fetches or
conversions currently in progress. */