Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / manage-apps.hpp
CommitLineData
7649924e 1/*
21cf9b6b 2 * Copyright (C) 2011 EfficiOS Inc.
ab5be9fa
MJ
3 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
7649924e 5 *
ab5be9fa 6 * SPDX-License-Identifier: GPL-2.0-only
7649924e 7 *
7649924e
JG
8 */
9
10#ifndef SESSIOND_APPLICATION_MANAGEMENT_THREAD_H
11#define SESSIOND_APPLICATION_MANAGEMENT_THREAD_H
12
13#include <stdbool.h>
c9e313bc 14#include "lttng-sessiond.hpp"
7649924e
JG
15
16bool launch_application_management_thread(int apps_cmd_pipe_read_fd);
17
18#endif /* SESSIOND_APPLICATION_MANAGEMENT_THREAD_H */
This page took 0.043327 seconds and 4 git commands to generate.