diff options
Diffstat (limited to 'net/disk_cache/flash/format.h')
-rw-r--r-- | net/disk_cache/flash/format.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/disk_cache/flash/format.h b/net/disk_cache/flash/format.h index 660c614..872d96b 100644 --- a/net/disk_cache/flash/format.h +++ b/net/disk_cache/flash/format.h @@ -23,9 +23,9 @@ const int32 kFlashSummarySize = (1 + kFlashMaxEntryCount) * sizeof(int32); const int32 kFlashSegmentFreeSpace = kFlashSegmentSize - kFlashSummarySize; // An entry consists of a fixed number of streams. -const int32 kFlashCacheEntryNumStreams = 4; -const int32 kFlashCacheEntryHeaderSize = - kFlashCacheEntryNumStreams * sizeof(int32); +const int32 kFlashLogStoreEntryNumStreams = 4; +const int32 kFlashLogStoreEntryHeaderSize = + kFlashLogStoreEntryNumStreams * sizeof(int32); } // namespace disk_cache |