sessiond: Add --extra-kmod-probes option
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.h
index 8f329fad19a422505b7dd1a82168b737a3ffb77e..cc4416021c32250472cbd8a3347533e92f2fe2da 100644 (file)
 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;
+char *kmod_extra_probes_list;
+
 #endif /* _MODPROBE_H */
This page took 0.024552 seconds and 5 git commands to generate.