X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Fbt2_plugins%2Ffield_stats%2Ffield_stats.hpp;fp=tests%2Futils%2Fbt2_plugins%2Ffield_stats%2Ffield_stats.hpp;h=b1977af049a95060fb984316d104c1df344c8203;hp=833a4cfafde462d1d8802896eaca6b0890c8a912;hb=d73aeddd1b4de7fadc7b6f6f5004c6298208602a;hpb=74021af62434d042d27e010d62d6b6a0717f246b diff --git a/tests/utils/bt2_plugins/field_stats/field_stats.hpp b/tests/utils/bt2_plugins/field_stats/field_stats.hpp index 833a4cfaf..b1977af04 100644 --- a/tests/utils/bt2_plugins/field_stats/field_stats.hpp +++ b/tests/utils/bt2_plugins/field_stats/field_stats.hpp @@ -5,8 +5,8 @@ * */ -#ifndef FIELD_STATS_H -#define FIELD_STATS_H +#ifndef LTTNG_TEST_UTILS_BT2_PLUGIN_FIELD_STATS_HPP +#define LTTNG_TEST_UTILS_BT2_PLUGIN_FIELD_STATS_HPP #include @@ -24,4 +24,4 @@ field_stats_graph_is_configured(bt_self_component_sink *self_component_sink); bt_component_class_sink_consume_method_status field_stats_consume(bt_self_component_sink *self_component_sink); -#endif /* FIELD_STATS_H */ +#endif /* LTTNG_TEST_UTILS_BT2_PLUGIN_FIELD_STATS_HPP */