lib: create input port msg iterator from self {msg iterator, sink comp.}
[babeltrace.git] / include / babeltrace2 / graph / self-component-port-input-message-iterator.h
index 2c4d262c6e3673bef50fcb4853693e2dce52c9dc..d4ad8b5966d2d334f2c4bf5179617246837009e5 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE2_GRAPH_SELF_COMPONENT_PORT_INPUT_MESSAGE_ITERATOR_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -45,7 +45,13 @@ bt_self_component_port_input_message_iterator_as_message_iterator(
 }
 
 extern bt_self_component_port_input_message_iterator *
-bt_self_component_port_input_message_iterator_create(
+bt_self_component_port_input_message_iterator_create_from_message_iterator(
+               bt_self_message_iterator *self_msg_iter,
+               bt_self_component_port_input *input_port);
+
+extern bt_self_component_port_input_message_iterator *
+bt_self_component_port_input_message_iterator_create_from_sink_component(
+               bt_self_component_sink *self_comp,
                bt_self_component_port_input *input_port);
 
 extern bt_component *
This page took 0.024156 seconds and 4 git commands to generate.