Commit | Line | Data |
---|---|---|
5e97de00 | 1 | /* |
ab5be9fa | 2 | * Copyright (C) 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com> |
5e97de00 | 3 | * |
ab5be9fa | 4 | * SPDX-License-Identifier: GPL-2.0-only |
5e97de00 | 5 | * |
5e97de00 JG |
6 | */ |
7 | ||
8 | #ifndef _LTTNG_HT_CLEANUP_H | |
9 | #define _LTTNG_HT_CLEANUP_H | |
10 | ||
11 | #include <pthread.h> | |
a3707772 | 12 | #include "thread.h" |
5e97de00 | 13 | |
a3707772 | 14 | struct lttng_thread *launch_ht_cleanup_thread(void); |
5e97de00 JG |
15 | |
16 | #endif /* _LTTNG_HT_CLEANUP_H */ |