BlockingIOStrategy.h
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/* DEBUG: section 47 Store Directory Routines */
10
11#ifndef SQUID_BLOCKINGIOSTRATEGY_H
12#define SQUID_BLOCKINGIOSTRATEGY_H
14
16{
17
18public:
19 bool shedLoad() override;
20 int load() override;
21 RefCount<DiskFile> newFile(char const *path) override;
22 bool unlinkdUseful() const override;
23 void unlinkFile (char const *) override;
24};
25
26#endif /* SQUID_BLOCKINGIOSTRATEGY_H */
27
RefCount< DiskFile > newFile(char const *path) override
bool shedLoad() override
void unlinkFile(char const *) override
bool unlinkdUseful() const override

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors