Refactor JUL to agent namespace
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.h
index 8f329fad19a422505b7dd1a82168b737a3ffb77e..42e191217ee8f6d054e7f6412788cdd0760b2fc2 100644 (file)
@@ -21,8 +21,9 @@
 void modprobe_remove_lttng_all(void);
 void modprobe_remove_lttng_control(void);
 void modprobe_remove_lttng_data(void);
-int modprobe_lttng_all(void);
 int modprobe_lttng_control(void);
 int modprobe_lttng_data(void);
 
+char *kmod_probes_list;
+
 #endif /* _MODPROBE_H */
This page took 0.024379 seconds and 4 git commands to generate.