Squid Web Cache
master
Loading...
Searching...
No Matches
Config.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2025 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
#ifndef SQUID_SRC_SSL_CONFIG_H
10
#define SQUID_SRC_SSL_CONFIG_H
11
12
#include "
helper/ChildConfig.h
"
13
14
namespace
Ssl
15
{
16
17
class
Config
18
{
19
public
:
20
#if USE_SSL_CRTD
21
char
*
ssl_crtd
;
23
::Helper::ChildConfig
ssl_crtdChildren
;
24
#endif
25
char
*
ssl_crt_validator
;
26
::Helper::ChildConfig
ssl_crt_validator_Children
;
27
Config
();
28
~Config
();
29
private
:
30
Config
(
const
Config
&);
// not implemented
31
Config
&
operator =
(
const
Config
&);
// not implemented
32
};
33
34
extern
Config
TheConfig
;
35
36
}
// namespace Ssl
37
#endif
/* SQUID_SRC_SSL_CONFIG_H */
38
ChildConfig.h
Helper::ChildConfig
Definition
ChildConfig.h:22
Ssl::Config
Definition
Config.h:18
Ssl::Config::ssl_crtd
char * ssl_crtd
Definition
Config.h:21
Ssl::Config::ssl_crtdChildren
::Helper::ChildConfig ssl_crtdChildren
The number of processes spawn for ssl_crtd.
Definition
Config.h:23
Ssl::Config::ssl_crt_validator_Children
::Helper::ChildConfig ssl_crt_validator_Children
Definition
Config.h:26
Ssl::Config::Config
Config(const Config &)
Ssl::Config::ssl_crt_validator
char * ssl_crt_validator
Definition
Config.h:25
Ssl::Config::~Config
~Config()
Definition
Config.cc:23
Ssl::Config::Config
Config()
Definition
Config.cc:14
Ssl::Config::operator=
Config & operator=(const Config &)
Ssl
Definition
Xaction.cc:40
Ssl::TheConfig
Config TheConfig
Definition
Config.cc:12
squid
src
ssl
Config.h
Generated by
1.9.8