SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / src / bin / lttng-sessiond / clear.h
CommitLineData
022349df 1/*
ab5be9fa 2 * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
022349df 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
022349df 5 *
022349df
MD
6 */
7
8#ifndef CLEAR_H
9#define CLEAR_H
10
11#include "session.h"
12
13int cmd_clear_session(struct ltt_session *session, int *sock_fd);
14
15#endif /* CLEAT_H */
This page took 0.028057 seconds and 5 git commands to generate.