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
14namespace isc {
15namespace stat_cmds {
16
18class StatCmdsImpl;
19
25class StatCmds {
26public:
29
70 int
72
114 int
116};
117
118};
119};
120
121#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:665
StatCmds()
Default Constructor.
Definition: stat_cmds.h:28
int statLease6GetHandler(hooks::CalloutHandle &handle)
stat-lease6-get command handler
Definition: stat_cmds.cc:671
Defines the logger used by the top-level component of kea-dhcp-ddns.