X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-discarded-packets-const.h;h=a528b760746ad5192f74e9d4ad5a9638c048a81b;hb=901f0ce8eca409028109888889ddeafb08d7dd69;hp=f0b87806a4225b51965c2152d043a106cc35560e;hpb=71c5da58f2e63c0ea0df3b603d615f5aa3dde008;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-discarded-packets-const.h b/include/babeltrace2/graph/message-discarded-packets-const.h index f0b87806..a528b760 100644 --- a/include/babeltrace2/graph/message-discarded-packets-const.h +++ b/include/babeltrace2/graph/message-discarded-packets-const.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_GRAPH_MESSAGE_DISCARDED_PACKETS_CONST_H -#define BABELTRACE_GRAPH_MESSAGE_DISCARDED_PACKETS_CONST_H +#ifndef BABELTRACE2_GRAPH_MESSAGE_DISCARDED_PACKETS_CONST_H +#define BABELTRACE2_GRAPH_MESSAGE_DISCARDED_PACKETS_CONST_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,7 +23,10 @@ * SOFTWARE. */ -/* For bt_message, bt_clock_snapshot, bt_stream */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include #ifdef __cplusplus @@ -52,4 +55,4 @@ extern bt_property_availability bt_message_discarded_packets_get_count( } #endif -#endif /* BABELTRACE_GRAPH_MESSAGE_DISCARDED_PACKETS_CONST_H */ +#endif /* BABELTRACE2_GRAPH_MESSAGE_DISCARDED_PACKETS_CONST_H */