]>
git.ipfire.org Git - thirdparty/squid.git/blob - src/DiskIO/IpcIo/IpcIoIOStrategy.cc
2 * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
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.
9 /* DEBUG: section 47 Store Directory Routines */
12 #include "IpcIoFile.h"
13 #include "IpcIoIOStrategy.h"
17 IpcIoIOStrategy::shedLoad()
23 IpcIoIOStrategy::load()
25 /* Return 999 (99.9%) constant load */
30 IpcIoIOStrategy::newFile (char const *path
)
32 return new IpcIoFile (path
);
36 IpcIoIOStrategy::unlinkdUseful() const
42 IpcIoIOStrategy::unlinkFile(char const *path
)