Kea 2.5.8
message_types.h
Go to the documentation of this file.
1// Copyright (C) 2011-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 MESSAGE_TYPES_H
8#define MESSAGE_TYPES_H
9
10#include <string.h>
11
12namespace isc {
13namespace log {
14
15typedef const char* MessageID;
16
22bool equalMessageID(const MessageID& m1, const MessageID& m2);
23
24} // namespace log
25} // namespace isc
26
27
28
29#endif // MESSAGE_TYPES_H
bool equalMessageID(const MessageID &m1, const MessageID &m2)
Compare MessageID for Equality.
const char * MessageID
Definition: message_types.h:15
Defines the logger used by the top-level component of kea-lfc.