Kea  1.9.9-git
stat_cmds.h
Go to the documentation of this file.
1 // Copyright (C) 2018-2020 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 
71  int
73 
117  int
119 };
120 
121 };
122 };
123 
124 #endif
Implements the logic for processing commands pertaining to stat manipulation.
Definition: stat_cmds.h:25
Per-packet callout handle.
int statLease4GetHandler(hooks::CalloutHandle &handle)
stat-lease4-get command handler
Definition: stat_cmds.cc:678
Defines the logger used by the top-level component of kea-dhcp-ddns.
int statLease6GetHandler(hooks::CalloutHandle &handle)
stat-lease6-get command handler
Definition: stat_cmds.cc:685
StatCmds()
Default Constructor.
Definition: stat_cmds.h:28