SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / src / bin / lttng-sessiond / ht-cleanup.h
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
14 struct lttng_thread *launch_ht_cleanup_thread(void);
15
16 #endif /* _LTTNG_HT_CLEANUP_H */
This page took 0.02991 seconds and 5 git commands to generate.