]> git.ipfire.org Git - thirdparty/squid.git/blame - src/fs/rock/RockForward.h
Boilerplate: update copyright blurbs on src/
[thirdparty/squid.git] / src / fs / rock / RockForward.h
CommitLineData
bbc27441
AJ
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
50dc81ec
AR
9#ifndef SQUID_FS_ROCK_FORWARD_H
10#define SQUID_FS_ROCK_FORWARD_H
11
12namespace Ipc
13{
14
15class StoreMapAnchor;
16class StoreMapSlice;
17
18namespace Mem
19{
20class PageId;
21}
22
23}
24
50dc81ec
AR
25namespace Rock
26{
27
28class SwapDir;
29
30/// db cell number, starting with cell 0 (always occupied by the db header)
31typedef sfileno SlotId;
32
33class Rebuild;
34
35class IoState;
36
37class DbCellHeader;
38
39}
40
50dc81ec 41#endif /* SQUID_FS_ROCK_FORWARD_H */