diff options
Diffstat (limited to 'net/disk_cache/disk_format.h')
-rw-r--r-- | net/disk_cache/disk_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/disk_format.h b/net/disk_cache/disk_format.h index 8f0843d..619bd89 100644 --- a/net/disk_cache/disk_format.h +++ b/net/disk_cache/disk_format.h @@ -154,7 +154,7 @@ struct RankingsNode { CacheAddr prev; // LRU list. CacheAddr contents; // Address of the EntryStore. int32 dirty; // The entry is being modifyied. - void* pointer; // Pointer to the in-memory entry. + int32 dummy; // Old files may have a pointer here. }; #pragma pack(pop) |