Kea
1.5.0
stat_cmds.h
Go to the documentation of this file.
1
// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
2
//
3
// This Source Code Form is subject to the terms of the Mozilla Public
4
// License, v. 2.0. If a copy of the MPL was not distributed with this
5
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7
#ifndef STAT_CMDS_H
8
#define STAT_CMDS_H
9
10
#include <
hooks/hooks.h
>
11
12
#include <boost/shared_ptr.hpp>
13
14
namespace
isc
{
15
namespace
stat_cmds {
16
18
class
StatCmdsImpl;
19
25
class
StatCmds
{
26
public
:
28
StatCmds
() {};
29
70
int
71
statLease4GetHandler
(
hooks::CalloutHandle
& handle);
72
114
int
115
statLease6GetHandler
(
hooks::CalloutHandle
& handle);
116
};
117
118
};
119
};
120
121
#endif
isc::stat_cmds::StatCmds
Implements the logic for processing commands pertaining to stat manipulation.
Definition:
stat_cmds.h:25
isc::stat_cmds::StatCmds::statLease6GetHandler
int statLease6GetHandler(hooks::CalloutHandle &handle)
stat-lease6-get command handler
Definition:
stat_cmds.cc:671
hooks.h
isc::hooks::CalloutHandle
Per-packet callout handle.
Definition:
callout_handle.h:84
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition:
agent_parser.cc:144
isc::stat_cmds::StatCmds::StatCmds
StatCmds()
Default Constructor.
Definition:
stat_cmds.h:28
isc::stat_cmds::StatCmds::statLease4GetHandler
int statLease4GetHandler(hooks::CalloutHandle &handle)
stat-lease4-get command handler
Definition:
stat_cmds.cc:665
src
hooks
dhcp
stat_cmds
stat_cmds.h
Generated on Fri Jul 10 2020 09:12:51 for Kea by
1.8.18