Tests: Add test to check shared-memory FD leaks after relayd dies
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.hpp
CommitLineData
096102bd 1/*
ab5be9fa 2 * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
096102bd 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
096102bd 5 *
096102bd
DG
6 */
7
8#ifndef _MODPROBE_H
9#define _MODPROBE_H
10
0f4aa1a8
JG
11void modprobe_remove_lttng_all();
12void modprobe_remove_lttng_control();
13void modprobe_remove_lttng_data();
14int modprobe_lttng_control();
15int modprobe_lttng_data();
096102bd
DG
16
17#endif /* _MODPROBE_H */
This page took 0.08666 seconds and 4 git commands to generate.