08a1fb63a2be7f1d07e1618990bf04d5ab406255
[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 #include <stdio.h>
12
13 #include "lttng-live.hpp"
14
15 int lttng_live_metadata_create_stream(struct lttng_live_session *session,
16 uint64_t ctf_trace_id, uint64_t stream_id,
17 const char *trace_name);
18
19 enum lttng_live_iterator_status lttng_live_metadata_update(
20 struct lttng_live_trace *trace);
21
22 void lttng_live_metadata_fini(struct lttng_live_trace *trace);
23
24 #endif /* LTTNG_LIVE_METADATA_H */
This page took 0.029194 seconds and 3 git commands to generate.