Kea 2.5.8
wiredata.h
Go to the documentation of this file.
1// Copyright (C) 2012-2015 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 UTIL_UNITTESTS_WIREDATA_H
8#define UTIL_UNITTESTS_WIREDATA_H 1
9
10#include <cstddef>
11
17
18namespace isc {
19namespace util {
20namespace unittests {
21
27void matchWireData(const void* expected_data, std::size_t expected_len,
28 const void* actual_data, std::size_t actual_len);
29}
30}
31}
32
33#endif // UTIL_UNITTESTS_WIREDATA_H
void matchWireData(const void *expected_data, size_t expected_len, const void *actual_data, size_t actual_len)
Definition: wiredata.cc:23
Defines the logger used by the top-level component of kea-lfc.