Kea 2.5.8
stat_cmds.h
Go to the documentation of this file.
1// Copyright (C) 2018-2023 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
14namespace isc {
15namespace stat_cmds {
16
18class StatCmdsImpl;
19
25class StatCmds {
26public:
29
71 int
73
117 int
119};
120
121};
122};
123
124#endif
Per-packet callout handle.
Implements the logic for processing commands pertaining to stat manipulation.
Definition: stat_cmds.h:25
int statLease4GetHandler(hooks::CalloutHandle &handle)
stat-lease4-get command handler
Definition: stat_cmds.cc:743
StatCmds()
Default Constructor.
Definition: stat_cmds.h:28
int statLease6GetHandler(hooks::CalloutHandle &handle)
stat-lease6-get command handler
Definition: stat_cmds.cc:756
Defines the logger used by the top-level component of kea-lfc.