Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / context.h
diff --git a/src/bin/lttng-sessiond/context.h b/src/bin/lttng-sessiond/context.h
deleted file mode 100644 (file)
index 073a2e1..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * 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.h"
-#include "trace-ust.h"
-#include "lttng-ust-ctl.h"
-
-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.023099 seconds and 4 git commands to generate.