Registration.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_REGISTRATION_H
12#define SQUID_MGR_REGISTRATION_H
13
14#include "mgr/forward.h"
15
16namespace Mgr
17{
18
19void RegisterAction(char const * action, char const * desc,
20 OBJH * handler,
21 int pw_req_flag, int atomic);
22
23void RegisterAction(char const * action, char const * desc,
25 int pw_req_flag, int atomic);
26
27} // namespace Mgr
28
29#endif /* SQUID_MGR_REGISTRATION_H */
30
void OBJH(StoreEntry *)
Definition: forward.h:44
Cache Manager API.
Definition: Action.h:20
void RegisterAction(char const *action, char const *desc, OBJH *handler, int pw_req_flag, int atomic)
Definition: Registration.cc:16
ActionPointer() ClassActionCreationHandler(const CommandPointer &cmd)
Definition: forward.h:36
static void handler(int signo)
Definition: purge.cc:858
static bool action(int fd, size_t metasize, const char *fn, const char *url, const SquidMetaList &meta)
Definition: purge.cc:315

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors