X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcontext.h;fp=src%2Fbin%2Flttng-sessiond%2Fcontext.h;h=0000000000000000000000000000000000000000;hp=073a2e1784a794146bdced46c3a4cba7228c62e2;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/src/bin/lttng-sessiond/context.h b/src/bin/lttng-sessiond/context.h deleted file mode 100644 index 073a2e178..000000000 --- a/src/bin/lttng-sessiond/context.h +++ /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 - -#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 */