Truncate exclusion names to have a terminal '\0'
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.h
index 6deb789c6f98be6e1ef125053ec4839096918601..6d18fdf884940c6bc8de351c025f2d6a652c8f34 100644 (file)
 #ifndef _LTTNG_CONSUMERD_H
 #define _LTTNG_CONSUMERD_H
 
+
+#define NR_LTTNG_CONSUMER_READY                1
+extern int lttng_consumer_ready;
+
+const char *tracing_group_name;
+
 enum lttng_consumer_type lttng_consumer_get_type(void);
 
 #endif /* _LTTNG_CONSUMERD_H */
This page took 0.023493 seconds and 4 git commands to generate.