From 10ef7b3f1dad2798af7c0c9e0311ea30c26bdf51 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Apr 2016 22:58:48 +0100 Subject: update content wallclock timing to use monotonic time interface --- content/content_protected.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'content/content_protected.h') 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. -- cgit v1.2.3