Fix: sessiond: fix memory leak in receive_lttng_trigger
[lttng-tools.git] / src / bin / lttng-sessiond / clear.h
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 CLEAR_H
9 #define CLEAR_H
10
11 #include "session.h"
12
13 int cmd_clear_session(struct ltt_session *session, int *sock_fd);
14
15 #endif /* CLEAT_H */
This page took 0.028253 seconds and 4 git commands to generate.