Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust / context-internal.h
... / ...
CommitLineData
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
13LTTNG_HIDDEN
14int lttng_context_init_all(struct lttng_ctx **ctx);
15
16LTTNG_HIDDEN
17void lttng_context_time_ns_reset(void);
18
19LTTNG_HIDDEN
20int lttng_add_time_ns_to_ctx(struct lttng_ctx **ctx);
21
22#endif /* _LTTNG_UST_CONTEXT_INTERNAL_H */
This page took 0.021925 seconds and 4 git commands to generate.