summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index 148dc131e..1e7916290 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -126,9 +126,10 @@ struct content {
struct content_rfc5988_link *links; /**< list of metadata links */
- unsigned int time; /**< Creation time,
- if LOADING or READY,
- otherwise total time. */
+ /** Creation timestamp when LOADING or READY.
+ * Total time in ms when DONE.
+ */
+ uint64_t time;
uint64_t reformat_time; /**< Earliest time to attempt a period
* reflow while fetching a page's objects.