]> git.ipfire.org Git - thirdparty/squid.git/blame - src/fs/rock/forward.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / fs / rock / forward.h
CommitLineData
bbc27441 1/*
5b74111a 2 * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
bbc27441
AJ
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
2745fea5 12#include "store/forward.h"
09decbb3 13
50dc81ec
AR
14namespace Ipc
15{
16
17class StoreMapAnchor;
18class StoreMapSlice;
19
20namespace Mem
21{
22class PageId;
23}
24
25}
26
50dc81ec
AR
27namespace Rock
28{
29
30class SwapDir;
31
32/// db cell number, starting with cell 0 (always occupied by the db header)
33typedef sfileno SlotId;
34
35class Rebuild;
36
37class IoState;
38
abf396ec
AR
39class HeaderUpdater;
40
50dc81ec
AR
41class DbCellHeader;
42
43}
44
50dc81ec 45#endif /* SQUID_FS_ROCK_FORWARD_H */
f53969cc 46