Kea  1.9.9-git
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
DBType
Specifies the database type.
Definition: db_type.h:14
Defines the logger used by the top-level component of kea-dhcp-ddns.