Kea
3.1.5
fd_event_handler.cc
Go to the documentation of this file.
1
// Copyright (C) 2025 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
#include <config.h>
8
9
#include <
util/fd_event_handler.h
>
10
11
namespace
isc
{
12
namespace
util
{
13
14
FDEventHandler::FDEventHandler
(
HandlerType
type
) : type_(
type
) {
15
}
16
17
FDEventHandler::HandlerType
FDEventHandler::type
() {
18
return
(type_);
19
}
20
21
}
// end of namespace isc::util
22
}
// end of namespace isc
isc::util::FDEventHandler::HandlerType
HandlerType
Definition
fd_event_handler.h:20
isc::util::FDEventHandler::type
HandlerType type()
Return the event handler type.
Definition
fd_event_handler.cc:17
isc::util::FDEventHandler::FDEventHandler
FDEventHandler(HandlerType type=TYPE_UNKNOWN)
Constructor.
Definition
fd_event_handler.cc:14
fd_event_handler.h
isc::util
Definition
time_utils.cc:43
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
util
fd_event_handler.cc
Generated on Thu Nov 27 2025 21:35:40 for Kea by
1.13.2