]> git.ipfire.org Git - thirdparty/squid.git/blob - src/fs/ufs/StoreFSufs.cc
Summary: Merge disk-factoring.
[thirdparty/squid.git] / src / fs / ufs / StoreFSufs.cc
1
2
3 /*
4 * $Id: StoreFSufs.cc,v 1.1 2003/07/22 15:23:14 robertc Exp $
5 *
6 * DEBUG: section 47 Store Directory Routines
7 * AUTHOR: Robert Collins
8 *
9 * SQUID Web Proxy Cache http://www.squid-cache.org/
10 * ----------------------------------------------------------
11 *
12 * Squid is the result of efforts by numerous individuals from
13 * the Internet community; see the CONTRIBUTORS file for full
14 * details. Many organizations have provided support for Squid's
15 * development; see the SPONSORS file for full details. Squid is
16 * Copyrighted (C) 2001 by the Regents of the University of
17 * California; see the COPYRIGHT file for full details. Squid
18 * incorporates software developed and/or copyrighted by other
19 * sources; see the CREDITS file for full details.
20 *
21 * This program is free software; you can redistribute it and/or modify
22 * it under the terms of the GNU General Public License as published by
23 * the Free Software Foundation; either version 2 of the License, or
24 * (at your option) any later version.
25 *
26 * This program is distributed in the hope that it will be useful,
27 * but WITHOUT ANY WARRANTY; without even the implied warranty of
28 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * GNU General Public License for more details.
30 *
31 * You should have received a copy of the GNU General Public License
32 * along with this program; if not, write to the Free Software
33 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
34 *
35 * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
36 */
37
38
39 #include "StoreFileSystem.h"
40 #include "fs/ufs/StoreFSufs.h"
41 #include "fs/ufs/store_ufs.h"
42
43 static StoreFSufs<UFSSwapDir> UfsInstance(UfsIOModule::GetInstance(), "ufs");
44