tests: Make test_per_application_leaks more robust
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.hpp
index 833116ade67062ab22d9830f2156f1e9132d59f2..f21d5abba90c8205cafee47eac4c73faa92f6a48 100644 (file)
@@ -9,8 +9,9 @@
 #ifndef _LTTNG_CONSUMERD_H
 #define _LTTNG_CONSUMERD_H
 
+#include <common/consumer/consumer.hpp>
 
-#define NR_LTTNG_CONSUMER_READY                1
+#define NR_LTTNG_CONSUMER_READY 1
 extern int lttng_consumer_ready;
 
 extern const char *tracing_group_name;
@@ -20,7 +21,6 @@ extern const char *tracing_group_name;
  * have a C linkage name makes it easier, as it avoids having to look up a
  * mangled name.
  */
-extern "C" LTTNG_EXPORT
-enum lttng_consumer_type lttng_consumer_get_type();
+extern "C" LTTNG_EXPORT enum lttng_consumer_type lttng_consumer_get_type();
 
 #endif /* _LTTNG_CONSUMERD_H */
This page took 0.023341 seconds and 4 git commands to generate.