Tests: Add test to check shared-memory FD leaks after relayd dies
[lttng-tools.git] / include / lttng / domain-internal.hpp
CommitLineData
c0374092
JR
1/*
2 * Copyright (C) 2020 Simon Marchi <simon.marchi@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8#ifndef LTTNG_DOMAIN_INTERNAL_H
9#define LTTNG_DOMAIN_INTERNAL_H
10
c9e313bc 11#include "common/macros.hpp"
28f23191 12#include "lttng/domain.h"
c0374092 13
c0374092
JR
14const char *lttng_domain_type_str(enum lttng_domain_type domain_type);
15
c0374092 16#endif /* LTTNG_DOMAIN_INTERNAL_H */
This page took 0.058372 seconds and 4 git commands to generate.