Kea 3.1.9
wire_data.h
Go to the documentation of this file.
1// Copyright (C) 2022-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#ifndef WIRE_DATA_H
8#define WIRE_DATA_H
9
10#include <boost/shared_ptr.hpp>
11#include <vector>
12
13namespace isc {
14namespace tcp {
15
17typedef std::vector<uint8_t> WireData;
18typedef boost::shared_ptr<WireData> WireDataPtr;
19
20} // end of namespace isc::tcp
21} // end of namespace isc
22
23#endif
std::vector< uint8_t > WireData
Defines a data structure for storing raw bytes of data on the wire.
Definition wire_data.h:17
boost::shared_ptr< WireData > WireDataPtr
Definition wire_data.h:18
Defines the logger used by the top-level component of kea-lfc.