Fix: sessiond: rotation thread: fatal error when not finding a session
[lttng-tools.git] / src / bin / lttng-sessiond / ht-cleanup.h
... / ...
CommitLineData
1/*
2 * Copyright (C) 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8#ifndef _LTTNG_HT_CLEANUP_H
9#define _LTTNG_HT_CLEANUP_H
10
11#include <pthread.h>
12#include "thread.h"
13
14struct lttng_thread *launch_ht_cleanup_thread(void);
15
16#endif /* _LTTNG_HT_CLEANUP_H */
This page took 0.022188 seconds and 4 git commands to generate.