Commit | Line | Data |
---|---|---|
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.hpp> | |
13 | ||
14 | int cmd_save_sessions(struct lttng_save_session_attr *attr, | |
15 | lttng_sock_cred *creds); | |
16 | ||
17 | #endif /* SAVE_H */ |