Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust / context-internal.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2020 (C) Francis Deslauriers <francis.deslauriers@efficios.com>
5 */
6
7 #ifndef _LTTNG_UST_CONTEXT_INTERNAL_H
8 #define _LTTNG_UST_CONTEXT_INTERNAL_H
9
10 #include <lttng/ust-events.h>
11 #include "helper.h"
12
13 LTTNG_HIDDEN
14 int lttng_context_init_all(struct lttng_ctx **ctx);
15
16 LTTNG_HIDDEN
17 void lttng_context_time_ns_reset(void);
18
19 LTTNG_HIDDEN
20 int lttng_add_time_ns_to_ctx(struct lttng_ctx **ctx);
21
22 #endif /* _LTTNG_UST_CONTEXT_INTERNAL_H */
This page took 0.028544 seconds and 4 git commands to generate.