Rename C++ header files to .hpp
[lttng-tools.git] / include / lttng / domain-internal.hpp
diff --git a/include/lttng/domain-internal.hpp b/include/lttng/domain-internal.hpp
new file mode 100644 (file)
index 0000000..4439c78
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2020 Simon Marchi <simon.marchi@efficios.com>
+ *
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
+ */
+
+#ifndef LTTNG_DOMAIN_INTERNAL_H
+#define LTTNG_DOMAIN_INTERNAL_H
+
+#include "lttng/domain.h"
+#include "common/macros.hpp"
+
+const char *lttng_domain_type_str(enum lttng_domain_type domain_type);
+
+#endif /* LTTNG_DOMAIN_INTERNAL_H */
This page took 0.022847 seconds and 4 git commands to generate.