Kea 2.5.8
packet_queue_mgr6.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 PACKET_QUEUE_MGR6_H
8#define PACKET_QUEUE_MGR6_H
9
11
12#include <boost/scoped_ptr.hpp>
13
14namespace isc {
15namespace dhcp {
16
22class PacketQueueMgr6 : public PacketQueueMgr<PacketQueue6Ptr>,
23 public boost::noncopyable {
24public:
26 static const std::string DEFAULT_QUEUE_TYPE6;
27
32
34 virtual ~PacketQueueMgr6(){}
35};
36
38typedef boost::shared_ptr<PacketQueueMgr6> PacketQueueMgr6Ptr;
39
40} // end of namespace isc::dhcp
41} // end of namespace isc
42
43#endif // PACKET_QUEUE_MGR6_H
Packet Queue Manager for DHPCv6 servers.
static const std::string DEFAULT_QUEUE_TYPE6
Logical name of the pre-registered, default queue implementation.
virtual ~PacketQueueMgr6()
virtual Destructor
Packet Queue Managers (PQM).
boost::shared_ptr< PacketQueueMgr6 > PacketQueueMgr6Ptr
Defines a shared pointer to PacketQueueMgr6.
Defines the logger used by the top-level component of kea-lfc.