Truncate exclusion names to have a terminal '\0'
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.h
index 9b34547c19f5718fc3a86c33361da2e897c1592e..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.022575 seconds and 4 git commands to generate.