X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcontext.h;h=5caa19cb426dc4f1f05ace6eb51dbee49fe7ee16;hp=ed5fe2ca27bb7c6e9a9743bdb0d4196de70a092a;hb=HEAD;hpb=21cf9b6b1843774306a76f4dccddddd706b64f79 diff --git a/src/bin/lttng-sessiond/context.h b/src/bin/lttng-sessiond/context.h deleted file mode 100644 index ed5fe2ca2..000000000 --- a/src/bin/lttng-sessiond/context.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (C) 2011 EfficiOS Inc. - * - * SPDX-License-Identifier: GPL-2.0-only - * - */ - -#ifndef _LTT_CONTEXT_H -#define _LTT_CONTEXT_H - -#include - -#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, char *channel_name); -int context_ust_add(struct ltt_ust_session *usess, - enum lttng_domain_type domain, - const struct lttng_event_context *ctx, - char *channel_name); - -#endif /* _LTT_CONTEXT_H */