X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-discarded-packets.h;h=c268d54d2048ebf013123292bf77f94e5146db49;hb=bed8ebb93ce37f7be10e7968a5f03810de9aa1e2;hp=c0d4af5b2e66eca599c5e5c2dca5b75c86c2c181;hpb=71c5da58f2e63c0ea0df3b603d615f5aa3dde008;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-discarded-packets.h b/include/babeltrace2/graph/message-discarded-packets.h index c0d4af5b..c268d54d 100644 --- a/include/babeltrace2/graph/message-discarded-packets.h +++ b/include/babeltrace2/graph/message-discarded-packets.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_GRAPH_MESSAGE_DISCARDED_PACKETS_H -#define BABELTRACE_GRAPH_MESSAGE_DISCARDED_PACKETS_H +#ifndef BABELTRACE2_GRAPH_MESSAGE_DISCARDED_PACKETS_H +#define BABELTRACE2_GRAPH_MESSAGE_DISCARDED_PACKETS_H /* - * Copyright 2019 Philippe Proulx + * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,12 @@ * SOFTWARE. */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include -/* For bt_message, bt_self_message_iterator, bt_stream */ #include #ifdef __cplusplus @@ -51,4 +54,4 @@ extern void bt_message_discarded_packets_set_count(bt_message *message, } #endif -#endif /* BABELTRACE_GRAPH_MESSAGE_DISCARDED_PACKETS_H */ +#endif /* BABELTRACE2_GRAPH_MESSAGE_DISCARDED_PACKETS_H */