X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-discarded-events.h;h=0b102fa3890dcc601bbdc1f1a0bb4ca8b2e2928c;hb=1cda4ff4025e4b3f7bd2a861baa51d2113c4cbf9;hp=a21836329edafa61b5fb907e27af95d8968c66fa;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-discarded-events.h b/include/babeltrace2/graph/message-discarded-events.h index a2183632..0b102fa3 100644 --- a/include/babeltrace2/graph/message-discarded-events.h +++ b/include/babeltrace2/graph/message-discarded-events.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_GRAPH_MESSAGE_DISCARDED_EVENTS_H -#define BABELTRACE_GRAPH_MESSAGE_DISCARDED_EVENTS_H +#ifndef BABELTRACE2_GRAPH_MESSAGE_DISCARDED_EVENTS_H +#define BABELTRACE2_GRAPH_MESSAGE_DISCARDED_EVENTS_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_events_set_count(bt_message *message, } #endif -#endif /* BABELTRACE_GRAPH_MESSAGE_DISCARDED_EVENTS_H */ +#endif /* BABELTRACE2_GRAPH_MESSAGE_DISCARDED_EVENTS_H */