Implement very basic grouped fetches of objects from the cloud.
[bluesky.git] / bluesky / bluesky-private.h
index dcd7c48..547fb59 100644 (file)
@@ -389,6 +389,7 @@ struct BlueSkyCacheFile {
     gboolean fetching, ready;   // Cloud data: downloading or ready for use
     int64_t atime;              // Access time, for cache management
     BlueSkyRangeset *items;     // Locations of valid items
+    BlueSkyRangeset *prefetches;// Locations we have been requested to prefetch
 };
 
 BlueSkyLog *bluesky_log_new(const char *log_directory);