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