]> git.ipfire.org Git - thirdparty/squid.git/blame - src/fs/diskd/StoreFSdiskd.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / fs / diskd / StoreFSdiskd.cc
CommitLineData
59b2d47f 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
59b2d47f 3 *
bbc27441
AJ
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.
59b2d47f 7 */
8
bbc27441
AJ
9/* DEBUG: section 47 Store Directory Routines */
10
7b5b7ba8
CT
11/* TODO: remove this file as unused */
12
f7f3304a 13#include "squid.h"
e1f7507e 14#include "fs/ufs/StoreFSufs.h"
58373ff8 15#include "fs/ufs/UFSSwapDir.h"
59b2d47f 16
63be0a78 17/**
18 \defgroup diskd diskd Storage Filesystem (UFS Based)
19 \ingroup FileSystems, UFS
20 */
21
7b5b7ba8 22/* Unused variable: */
58373ff8 23Fs::Ufs::StoreFSufs<Fs::Ufs::UFSSwapDir> *DiskdInstance_foo = NULL;
f53969cc 24