From f0a7c45064c3ce3f509b1c2035fcaa07ccc35a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 1 Aug 2017 18:00:48 +0200 Subject: [core] finish must-revalidate support --- include/mbgl/storage/resource.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mbgl/storage/resource.hpp') diff --git a/include/mbgl/storage/resource.hpp b/include/mbgl/storage/resource.hpp index 7e9ced8049..5d44f4869f 100644 --- a/include/mbgl/storage/resource.hpp +++ b/include/mbgl/storage/resource.hpp @@ -68,6 +68,7 @@ public: optional priorModified = {}; optional priorExpires = {}; optional priorEtag = {}; + std::shared_ptr priorData; }; } // namespace mbgl -- cgit v1.2.1