Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / context.hpp
diff --git a/src/bin/lttng-sessiond/context.hpp b/src/bin/lttng-sessiond/context.hpp
new file mode 100644 (file)
index 0000000..a55f571
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2011 EfficiOS Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#ifndef _LTT_CONTEXT_H
+#define _LTT_CONTEXT_H
+
+#include <lttng/lttng.h>
+
+#include "trace-kernel.hpp"
+#include "trace-ust.hpp"
+#include "lttng-ust-ctl.hpp"
+
+int context_kernel_add(struct ltt_kernel_session *ksession,
+               const struct lttng_event_context *ctx,
+               const char *channel_name);
+int context_ust_add(struct ltt_ust_session *usess,
+               enum lttng_domain_type domain,
+               const struct lttng_event_context *ctx,
+               const char *channel_name);
+
+#endif /* _LTT_CONTEXT_H */
This page took 0.023631 seconds and 4 git commands to generate.