cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / src / plugins / ctf / lttng-live / metadata.hpp
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
14 int lttng_live_metadata_create_stream(struct lttng_live_session *session, uint64_t ctf_trace_id,
15 uint64_t stream_id);
16
17 enum lttng_live_iterator_status lttng_live_metadata_update(struct lttng_live_trace *trace);
18
19 #endif /* LTTNG_LIVE_METADATA_H */
This page took 0.030068 seconds and 4 git commands to generate.