X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-discarded-events-const.h;h=87508e2c07acce3102ae97358e57f8a291d2d08a;hb=901f0ce8eca409028109888889ddeafb08d7dd69;hp=eddd139a668aebd3ad15cbd2295f929c97f30973;hpb=71c5da58f2e63c0ea0df3b603d615f5aa3dde008;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-discarded-events-const.h b/include/babeltrace2/graph/message-discarded-events-const.h index eddd139a..87508e2c 100644 --- a/include/babeltrace2/graph/message-discarded-events-const.h +++ b/include/babeltrace2/graph/message-discarded-events-const.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_GRAPH_MESSAGE_DISCARDED_EVENTS_CONST_H -#define BABELTRACE_GRAPH_MESSAGE_DISCARDED_EVENTS_CONST_H +#ifndef BABELTRACE2_GRAPH_MESSAGE_DISCARDED_EVENTS_CONST_H +#define BABELTRACE2_GRAPH_MESSAGE_DISCARDED_EVENTS_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_events_get_count( } #endif -#endif /* BABELTRACE_GRAPH_MESSAGE_DISCARDED_EVENTS_CONST_H */ +#endif /* BABELTRACE2_GRAPH_MESSAGE_DISCARDED_EVENTS_CONST_H */