|
Squid Web Cache master
|
Public Attributes | |
| char | op |
| sfileno | swap_filen |
| time_t | timestamp |
| time_t | lastref |
| time_t | expires |
| time_t | lastmod |
| uint32_t | swap_file_sz |
| uint16_t | refcount |
| uint16_t | flags |
| unsigned char | key [SQUID_MD5_DIGEST_LENGTH] |
version 1 cache swap.state entry with 32-bit size_t (swap_file_sz) time_t an sfileno have no variation from the v1 baseline format
Definition at line 28 of file UFSSwapLogParser.cc.
| time_t UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::expires |
Definition at line 33 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().
| uint16_t UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::flags |
Definition at line 37 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().
| unsigned char UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::key[SQUID_MD5_DIGEST_LENGTH] |
Definition at line 38 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().
| time_t UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::lastmod |
Definition at line 34 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().
| time_t UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::lastref |
Definition at line 32 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().
| char UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::op |
Definition at line 29 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().
| uint16_t UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::refcount |
Definition at line 36 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().
| uint32_t UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::swap_file_sz |
Definition at line 35 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().
| sfileno UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::swap_filen |
Definition at line 30 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().
| time_t UFSSwapLogParser_v1_32bs::StoreSwapLogDataOld::timestamp |
Definition at line 31 of file UFSSwapLogParser.cc.
Referenced by UFSSwapLogParser_v1_32bs::ReadRecord().