]> git.ipfire.org Git - thirdparty/squid.git/blame - src/fs/rock/RockForward.h
Polishing touches to address PREVIEW review concerns dated 2013/07/03.
[thirdparty/squid.git] / src / fs / rock / RockForward.h
CommitLineData
50dc81ec
AR
1#ifndef SQUID_FS_ROCK_FORWARD_H
2#define SQUID_FS_ROCK_FORWARD_H
3
4namespace Ipc
5{
6
7class StoreMapAnchor;
8class StoreMapSlice;
9
10namespace Mem
11{
12class PageId;
13}
14
15}
16
50dc81ec
AR
17namespace Rock
18{
19
20class SwapDir;
21
22/// db cell number, starting with cell 0 (always occupied by the db header)
23typedef sfileno SlotId;
24
25class Rebuild;
26
27class IoState;
28
29class DbCellHeader;
30
31}
32
50dc81ec 33#endif /* SQUID_FS_ROCK_FORWARD_H */