Filler.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 16 Cache Manager API */
10
11#ifndef SQUID_MGR_FILLER_H
12#define SQUID_MGR_FILLER_H
13
14#include "comm/forward.h"
15#include "ipc/RequestId.h"
16#include "mgr/Action.h"
18
19namespace Mgr
20{
21
24{
26
27public:
29
30protected:
31 /* AsyncJob API */
32 void start() override;
33 void swanSong() override;
34
35private:
38};
39
40} // namespace Mgr
41
42#endif /* SQUID_MGR_FILLER_H */
43
provides Coordinator with a local cache manager response
Definition: Filler.h:24
void start() override
called by AsyncStart; do not call directly
Definition: Filler.cc:31
Ipc::RequestId requestId
the ID of the Request we are responding to
Definition: Filler.h:37
Action::Pointer action
action that will run() and sendResponse()
Definition: Filler.h:36
CBDATA_CHILD(Filler)
void swanSong() override
Definition: Filler.cc:42
Filler(const Action::Pointer &, const Comm::ConnectionPointer &, Ipc::RequestId)
Definition: Filler.cc:21
Cache Manager API.
Definition: Action.h:20

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors