ir: move the stream event ctx field to the event
[babeltrace.git] / include / babeltrace / ctf-ir / stream.h
index 18f86a7c0949ca10e550d29a8443c616723b3aaa..ba43f0d5b276d501472898bce92b6501114c1ef7 100644 (file)
@@ -173,31 +173,6 @@ extern int bt_ctf_stream_set_event_header(
                struct bt_ctf_stream *stream,
                struct bt_ctf_field *event_header);
 
-/*
- * bt_ctf_stream_get_event_context: get a stream's event context.
- *
- * @param stream Stream instance.
- *
- * Returns a field instance on success, NULL on error.
- */
-extern struct bt_ctf_field *bt_ctf_stream_get_event_context(
-               struct bt_ctf_stream *stream);
-
-/*
- * bt_ctf_stream_set_event_context: set a stream's event context.
- *
- * The event context's type must match the stream class' event
- * context type.
- *
- * @param stream Stream instance.
- * @param event_context Event context field instance.
- *
- * Returns a field instance on success, NULL on error.
- */
-extern int bt_ctf_stream_set_event_context(
-               struct bt_ctf_stream *stream,
-               struct bt_ctf_field *event_context);
-
 /*
  * bt_ctf_stream_flush: flush a stream.
  *
This page took 0.023504 seconds and 4 git commands to generate.