fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / src / bin / lttng-sessiond / register.hpp
CommitLineData
1785d7f2 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>
1785d7f2 5 *
ab5be9fa 6 * SPDX-License-Identifier: GPL-2.0-only
1785d7f2 7 *
1785d7f2
JG
8 */
9
10#ifndef SESSIOND_APPLICATION_REGISTRATION_THREAD_H
11#define SESSIOND_APPLICATION_REGISTRATION_THREAD_H
12
c9e313bc 13#include "lttng-sessiond.hpp"
1785d7f2 14
28f23191
JG
15#include <stdbool.h>
16
17struct lttng_thread *launch_application_registration_thread(struct ust_cmd_queue *cmd_queue);
1785d7f2
JG
18
19#endif /* SESSIOND_APPLICATION_REGISTRATION_THREAD_H */
This page took 0.063679 seconds and 4 git commands to generate.