Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / save.hpp
CommitLineData
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>
c9e313bc 12#include <common/compat/socket.hpp>
fb198a11
JG
13
14int cmd_save_sessions(struct lttng_save_session_attr *attr,
15 lttng_sock_cred *creds);
16
17#endif /* SAVE_H */
This page took 0.070861 seconds and 4 git commands to generate.