summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-21 15:26:17 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-21 15:26:17 +0100
commit3734060fc1c7db2d1bdb44ff59eece4d1df6cad6 (patch)
tree5e50c700ea3831ca70d753d41a543940442b33dc /src/lib/content.h
parente2ebf847ce9d6e74a1b9d768475b8ae552cfba82 (diff)
Store mtime in Content.
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index f72007f04..3ab272c16 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -212,6 +212,7 @@ private:
/** Paths of our data files */
std::vector<boost::filesystem::path> _paths;
+ std::vector<std::time_t> _last_write_times;
std::string _digest;
DCPTime _position;