relayd: Add backward compatibility for --group-output-by-session
[lttng-tools.git] / src / bin / lttng-relayd / backward-compatibility-group-by.h
1 #ifndef BACKWARD_COMPATIBILITY_GROUP_BY_H
2 #define BACKWARD_COMPATIBILITY_GROUP_BY_H
3
4 /*
5 * Copyright (C) 2019 - Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License, version 2 only,
9 * as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14 * more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
20
21 char *backward_compat_group_by_session(
22 const char *path, const char *local_session_name);
23
24 #endif /* BACKWARD_COMPATIBILITY_GROUP_BY_H */
This page took 0.028903 seconds and 4 git commands to generate.