Fix: sessiond: erroneous user check logic in session_access_ok
[lttng-tools.git] / src / bin / lttng-sessiond / ht-cleanup.h
CommitLineData
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 14struct lttng_thread *launch_ht_cleanup_thread(void);
5e97de00
JG
15
16#endif /* _LTTNG_HT_CLEANUP_H */
This page took 0.045482 seconds and 5 git commands to generate.