Commit | Line | Data |
---|---|---|
fb198a11 | 1 | /* |
ab5be9fa | 2 | * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com> |
fb198a11 | 3 | * |
ab5be9fa | 4 | * SPDX-License-Identifier: GPL-2.0-only |
fb198a11 | 5 | * |
fb198a11 JG |
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 */ |