f9ee9b29f012d1c29002c80bcc82de282f149a01
[lttng-ust.git] / src / lib / lttng-ust / context-provider-internal.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2019 Francis Deslauriers <francis.deslauriers@efficios.com>
5 */
6
7 #ifndef _LTTNG_UST_CONTEXT_PROVIDER_INTERNAL_H
8 #define _LTTNG_UST_CONTEXT_PROVIDER_INTERNAL_H
9
10 #include <stddef.h>
11 #include <lttng/ust-events.h>
12
13 void lttng_ust_context_set_event_notifier_group_provider(const char *name,
14 size_t (*get_size)(void *priv, size_t offset),
15 void (*record)(void *priv,
16 struct lttng_ust_ring_buffer_ctx *ctx,
17 struct lttng_ust_channel_buffer *chan),
18 void (*get_value)(void *priv,
19 struct lttng_ust_ctx_value *value),
20 void *priv)
21 __attribute__((visibility("hidden")));
22
23 #endif /* _LTTNG_UST_CONTEXT_PROVIDER_INTERNAL_H */
This page took 0.029254 seconds and 3 git commands to generate.