Fix: syscall event rule: emission sites not compared in is_equal
[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
c9e313bc 11#include <common/compat/socket.hpp>
fb198a11 12
28f23191
JG
13#include <lttng/save.h>
14
15int cmd_save_sessions(struct lttng_save_session_attr *attr, lttng_sock_cred *creds);
fb198a11
JG
16
17#endif /* SAVE_H */
This page took 0.077069 seconds and 5 git commands to generate.