Trace IR and notification APIs: split into private and public APIs
[babeltrace.git] / include / babeltrace / trace-ir / stream.h
index 839c0a31372ce6fb0c971c68d7acb7cdc0b9fae7..3ed0205e7866ae6711612ab1b46a9077ebf0bd6c 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_TRACE_IR_STREAM_H
 
 /*
- * BabelTrace - Trace IR: Stream
- *
  * Copyright 2013, 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
@@ -30,9 +28,6 @@
  * http://www.efficios.com/ctf
  */
 
-/* For enum bt_property_availability */
-#include <babeltrace/property.h>
-
 #include <stdint.h>
 
 #ifdef __cplusplus
@@ -42,17 +37,10 @@ extern "C" {
 struct bt_stream;
 struct bt_stream_class;
 
-extern struct bt_stream *bt_stream_create(struct bt_stream_class *stream_class);
-
-extern struct bt_stream *bt_stream_create_with_id(
-               struct bt_stream_class *stream_class, uint64_t id);
-
 extern struct bt_stream_class *bt_stream_borrow_class(struct bt_stream *stream);
 
 extern const char *bt_stream_get_name(struct bt_stream *stream);
 
-extern int bt_stream_set_name(struct bt_stream *stream, const char *name);
-
 extern uint64_t bt_stream_get_id(struct bt_stream *stream);
 
 #ifdef __cplusplus
This page took 0.024156 seconds and 4 git commands to generate.