lib: Add functions to borrow specialized component classes from specialized components
[babeltrace.git] / include / babeltrace / graph / message-stream-activity-end.h
index 7836745e3f60f9eba1009717c7a48d6ec0a919b5..967a612310345a462a8b497faf23379a6aea8c63 100644 (file)
@@ -23,6 +23,8 @@
  * SOFTWARE.
  */
 
+#include <stdint.h>
+
 /* For bt_message, bt_self_message_iterator, bt_stream */
 #include <babeltrace/types.h>
 
@@ -35,7 +37,7 @@ extern "C" {
 
 extern bt_message *bt_message_stream_activity_end_create(
                bt_self_message_iterator *message_iterator,
-               bt_stream *stream);
+               const bt_stream *stream);
 
 extern void bt_message_stream_activity_end_set_default_clock_snapshot_state(
                bt_message *msg,
This page took 0.024059 seconds and 4 git commands to generate.