Fix: sessiond: assertion fails when getting name of trigger
[lttng-tools.git] / src / bin / lttng-relayd / backward-compatibility-group-by.h
... / ...
CommitLineData
1/*
2 * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8#ifndef BACKWARD_COMPATIBILITY_GROUP_BY_H
9#define BACKWARD_COMPATIBILITY_GROUP_BY_H
10
11#include <time.h>
12
13char *backward_compat_group_by_session(const char *path,
14 const char *local_session_name,
15 time_t session_creation_time);
16
17#endif /* BACKWARD_COMPATIBILITY_GROUP_BY_H */
This page took 0.022025 seconds and 4 git commands to generate.