X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fht-cleanup.h;h=52cca832574f4bfb8049f9b91d77790bf58c5656;hp=89445e554cf094fce328e57ba0f32428ac149655;hb=HEAD;hpb=a3707772aa2b063a321dd6d7dfb2ea369bc02c43 diff --git a/src/bin/lttng-sessiond/ht-cleanup.h b/src/bin/lttng-sessiond/ht-cleanup.h deleted file mode 100644 index 89445e554..000000000 --- a/src/bin/lttng-sessiond/ht-cleanup.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (C) 2016 - Jérémie Galarneau - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 only, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef _LTTNG_HT_CLEANUP_H -#define _LTTNG_HT_CLEANUP_H - -#include -#include "thread.h" - -struct lttng_thread *launch_ht_cleanup_thread(void); - -#endif /* _LTTNG_HT_CLEANUP_H */