X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fbluesky.h;h=d7750f77f390adf399f6f4e2162a80895cb39410;hb=1c12fd8fc5ede1bb2e991ba65e2c59831c5718c5;hp=7b8aad2073cfb787462f388995965320b75064fa;hpb=e6ca13c07e0cb5dd05d48a12cd50a2cf6179ce1a;p=bluesky.git diff --git a/bluesky/bluesky.h b/bluesky/bluesky.h index 7b8aad2..d7750f7 100644 --- a/bluesky/bluesky.h +++ b/bluesky/bluesky.h @@ -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 */