Kea
2.7.5
db_type.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 DB_TYPE_H
8
#define DB_TYPE_H
9
10
namespace
isc
{
11
namespace
dhcp {
12
14
enum class
DBType
{
15
LEASE_DB
= 1,
16
HOSTS_DB
= 2
17
};
18
19
}
// namespace isc
20
}
// namespace dhcp
21
22
#endif
isc::dhcp::DBType
DBType
Specifies the database type.
Definition
db_type.h:14
isc::dhcp::DBType::HOSTS_DB
@ HOSTS_DB
isc::dhcp::DBType::LEASE_DB
@ LEASE_DB
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
dhcpsrv
db_type.h
Generated on Wed Nov 20 2024 11:53:24 for Kea by
1.10.0