CernVM-FS
2.12.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
health_check.h
Go to the documentation of this file.
1
5
#ifndef CVMFS_NETWORK_HEALTH_CHECK_H_
6
#define CVMFS_NETWORK_HEALTH_CHECK_H_
7
8
#include "
util/single_copy.h
"
9
10
namespace
download {
11
22
class
HealthCheck
:
SingleCopy
{
23
public
:
24
HealthCheck
() {}
25
virtual
~HealthCheck
() {}
26
virtual
void
StartHealthcheck
() = 0;
27
virtual
void
StopHealthcheck
() = 0;
28
};
29
30
}
// namespace download
31
32
#endif // CVMFS_NETWORK_HEALTH_CHECK_H_
download::HealthCheck::~HealthCheck
virtual ~HealthCheck()
Definition:
health_check.h:25
download::HealthCheck::StartHealthcheck
virtual void StartHealthcheck()=0
download::HealthCheck::StopHealthcheck
virtual void StopHealthcheck()=0
download::HealthCheck::HealthCheck
HealthCheck()
Definition:
health_check.h:24
SingleCopy
Definition:
single_copy.h:16
download::HealthCheck
Definition:
health_check.h:22
single_copy.h
cvmfs
cvmfs
network
health_check.h
Generated on Sun Sep 29 2024 00:18:10 for CernVM-FS by
1.8.5