X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fconnection-const.h;h=9282c17d297bf881c687170d80db6861c56ca56d;hb=1cda4ff4025e4b3f7bd2a861baa51d2113c4cbf9;hp=facef9724b8db924e718977cc27491e8e0bb000c;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/graph/connection-const.h b/include/babeltrace2/graph/connection-const.h index facef972..9282c17d 100644 --- a/include/babeltrace2/graph/connection-const.h +++ b/include/babeltrace2/graph/connection-const.h @@ -1,9 +1,8 @@ -#ifndef BABELTRACE_GRAPH_CONNECTION_CONST_H -#define BABELTRACE_GRAPH_CONNECTION_CONST_H +#ifndef BABELTRACE2_GRAPH_CONNECTION_CONST_H +#define BABELTRACE2_GRAPH_CONNECTION_CONST_H /* - * Copyright 2017-2018 Philippe Proulx - * Copyright 2017 Jérémie Galarneau + * 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 @@ -24,7 +23,10 @@ * SOFTWARE. */ -/* For bt_bool, bt_port_input, bt_port_output, bt_connection */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include #ifdef __cplusplus @@ -58,4 +60,4 @@ extern void bt_connection_put_ref(const bt_connection *connection); } #endif -#endif /* BABELTRACE_GRAPH_CONNECTION_CONST_H */ +#endif /* BABELTRACE2_GRAPH_CONNECTION_CONST_H */