lib: Pass raw snapshot value to bt_message_inactivity_create()
[babeltrace.git] / include / babeltrace / graph / message-inactivity.h
index f958eb668a73456c7b81a425aeca0842d90371eb..e7d1c40403fb17307eba63724c586a2b25131a27 100644 (file)
  * SOFTWARE.
  */
 
+#include <stdint.h>
+
 /* For bt_self_message_iterator, bt_message, bt_clock_class */
 #include <babeltrace/types.h>
 
-#include <stdint.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -35,10 +35,7 @@ extern "C" {
 extern
 bt_message *bt_message_inactivity_create(
                bt_self_message_iterator *message_iterator,
-               bt_clock_class *default_clock_class);
-
-extern void bt_message_inactivity_set_default_clock_snapshot(
-               bt_message *msg, uint64_t raw_value);
+               const bt_clock_class *default_clock_class, uint64_t raw_value);
 
 #ifdef __cplusplus
 }
This page took 0.024588 seconds and 4 git commands to generate.