Re-format with clang-format 16
[babeltrace.git] / src / plugins / ctf / lttng-live / metadata.hpp
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2016 Philippe Proulx <pproulx@efficios.com>
5 */
6
7#ifndef LTTNG_LIVE_METADATA_H
8#define LTTNG_LIVE_METADATA_H
9
10#include <stdint.h>
11
12#include "lttng-live.hpp"
13
14int lttng_live_metadata_create_stream(struct lttng_live_session *session, uint64_t ctf_trace_id,
15 uint64_t stream_id);
16
17enum lttng_live_iterator_status lttng_live_metadata_update(struct lttng_live_trace *trace);
18
19#endif /* LTTNG_LIVE_METADATA_H */
This page took 0.022215 seconds and 4 git commands to generate.