X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Fcontext-provider-internal.h;h=6834343f1ad411afee58a0f84c0fee750dd9efb6;hb=HEAD;hp=0ada2ccfc4bd9eb8bf903a42fee00aa93e46e0f2;hpb=ddabe860f4cf41a4206a8157d83e6b9354f85cb5;p=lttng-ust.git diff --git a/liblttng-ust/context-provider-internal.h b/liblttng-ust/context-provider-internal.h deleted file mode 100644 index 0ada2ccf..00000000 --- a/liblttng-ust/context-provider-internal.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * SPDX-License-Identifier: MIT - * - * Copyright 2019 Francis Deslauriers - */ - -#ifndef _LTTNG_UST_CONTEXT_PROVIDER_INTERNAL_H -#define _LTTNG_UST_CONTEXT_PROVIDER_INTERNAL_H - -#include -#include - -__attribute__((visibility("hidden"))) -void lttng_ust_context_set_event_notifier_group_provider(const char *name, - size_t (*get_size)(struct lttng_ctx_field *field, size_t offset), - void (*record)(struct lttng_ctx_field *field, - struct lttng_ust_lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan), - void (*get_value)(struct lttng_ctx_field *field, - struct lttng_ctx_value *value)); - -#endif /* _LTTNG_UST_CONTEXT_PROVIDER_INTERNAL_H */