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

 

Introduction

Documentation

Support

Miscellaneous