sessiond: notification: synchronize notification client (and list)
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.h
... / ...
CommitLineData
1/*
2 * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
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);
14int modprobe_lttng_control(void);
15int modprobe_lttng_data(void);
16
17#endif /* _MODPROBE_H */
This page took 0.023896 seconds and 5 git commands to generate.