From: Philippe Proulx Date: Sat, 13 Feb 2016 00:45:05 +0000 (-0500) Subject: ir: remove event header accessors from stream X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=faec0807cd032e833756c134daecb3668a780cf9;p=deliverable%2Fbabeltrace.git ir: remove event header accessors from stream Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/stream.h b/include/babeltrace/ctf-ir/stream.h index ba43f0d5b..ddb890b7a 100644 --- a/include/babeltrace/ctf-ir/stream.h +++ b/include/babeltrace/ctf-ir/stream.h @@ -148,31 +148,6 @@ extern int bt_ctf_stream_set_packet_context( struct bt_ctf_stream *stream, struct bt_ctf_field *packet_context); -/* - * bt_ctf_stream_get_event_header: get a stream's event header. - * - * @param stream Stream instance. - * - * Returns a field instance on success, NULL on error. - */ -extern struct bt_ctf_field *bt_ctf_stream_get_event_header( - struct bt_ctf_stream *stream); - -/* - * bt_ctf_stream_set_event_header: set a stream's event header. - * - * The event header's type must match the stream class' event - * header type. - * - * @param stream Stream instance. - * @param event_header Event header field instance. - * - * Returns a field instance on success, NULL on error. - */ -extern int bt_ctf_stream_set_event_header( - struct bt_ctf_stream *stream, - struct bt_ctf_field *event_header); - /* * bt_ctf_stream_flush: flush a stream. *