X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fdomain-internal.h;fp=include%2Flttng%2Fdomain-internal.h;h=877fa2892321c27b9bc035067e1b1c8518b40467;hb=c0374092ddafb9d5ea860665caf123bb17603226;hp=0000000000000000000000000000000000000000;hpb=32aef76c03b38dfb5f423299357c478147358af4;p=lttng-tools.git diff --git a/include/lttng/domain-internal.h b/include/lttng/domain-internal.h new file mode 100644 index 000000000..877fa2892 --- /dev/null +++ b/include/lttng/domain-internal.h @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2020 Simon Marchi + * + * SPDX-License-Identifier: LGPL-2.1-only + * + */ + +#ifndef LTTNG_DOMAIN_INTERNAL_H +#define LTTNG_DOMAIN_INTERNAL_H + +#include "lttng/domain.h" +#include "common/macros.h" + +#ifdef __cplusplus +extern "C" { +#endif + +LTTNG_HIDDEN +const char *lttng_domain_type_str(enum lttng_domain_type domain_type); + +#ifdef __cplusplus +} +#endif + +#endif /* LTTNG_DOMAIN_INTERNAL_H */