]> git.ipfire.org Git - thirdparty/squid.git/blob - src/fs/rock/RockForward.h
Boilerplate: update copyright blurbs on src/
[thirdparty/squid.git] / src / fs / rock / RockForward.h
1 /*
2 * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9 #ifndef SQUID_FS_ROCK_FORWARD_H
10 #define SQUID_FS_ROCK_FORWARD_H
11
12 namespace Ipc
13 {
14
15 class StoreMapAnchor;
16 class StoreMapSlice;
17
18 namespace Mem
19 {
20 class PageId;
21 }
22
23 }
24
25 namespace Rock
26 {
27
28 class SwapDir;
29
30 /// db cell number, starting with cell 0 (always occupied by the db header)
31 typedef sfileno SlotId;
32
33 class Rebuild;
34
35 class IoState;
36
37 class DbCellHeader;
38
39 }
40
41 #endif /* SQUID_FS_ROCK_FORWARD_H */