Fix: sessiond: erroneous user check logic in session_access_ok
[lttng-tools.git] / src / bin / lttng-sessiond / save.h
1 /*
2 * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef SAVE_H
9 #define SAVE_H
10
11 #include <lttng/save.h>
12 #include <common/compat/socket.h>
13
14 int cmd_save_sessions(struct lttng_save_session_attr *attr,
15 lttng_sock_cred *creds);
16
17 #endif /* SAVE_H */
This page took 0.030135 seconds and 5 git commands to generate.