Fix: sessiond: erroneous error code returned on rotation failure
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.h
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
11void modprobe_remove_lttng_all(void);
12void modprobe_remove_lttng_control(void);
13void modprobe_remove_lttng_data(void);
096102bd
DG
14int modprobe_lttng_control(void);
15int modprobe_lttng_data(void);
16
17#endif /* _MODPROBE_H */
This page took 0.053277 seconds and 4 git commands to generate.