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

 

Introduction

Documentation

Support

Miscellaneous