DiskThreadsDiskIOModule.cc
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2023 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
9#include "squid.h"
12
16{
17 return Instance;
18}
19
21{
22 ModuleAdd(*this);
23}
24
25void
27{
29}
30
31void
33{
35}
36
39{
41}
42
43char const *
45{
46 return "DiskThreads";
47}
48
static void ModuleAdd(DiskIOModule &)
Definition: DiskIOModule.cc:72
DiskIOStrategy * createStrategy() override
static DiskThreadsDiskIOModule Instance
char const * type() const override
static DiskThreadsDiskIOModule & GetInstance()
static DiskThreadsIOStrategy Instance

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors