Values in the kvstore are raw byte arrays, not strings.
[bluesky.git] / bluesky / bluesky.h
index 7b8aad2..d7750f7 100644 (file)
@@ -169,6 +169,9 @@ typedef struct {
      * set to the current time.  If the inode is clean, it is set to zero. */
     int64_t change_time;
 
+    /* Last access time to this inode, for controlling cache evictions. */
+    int64_t access_time;
+
     /* Additional state for tracking cache writeback status. */
     uint64_t change_pending;    /* change_count version currently being committed to storage */