Kea  1.9.9-git
ha_server_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 HA_SERVER_TYPE_H
8 #define HA_SERVER_TYPE_H
9 
10 namespace isc {
11 namespace ha {
12 
14 enum class HAServerType {
15  DHCPv4,
16  DHCPv6
17 };
18 
19 } // end of namespace isc::ha
20 } // end of namespace isc
21 
22 #endif // HA_SERVER_TYPE_H
23 
HAServerType
Lists possible server types for which HA service is created.
Defines the logger used by the top-level component of kea-dhcp-ddns.