Make parent parameters const for some object creation functions
[babeltrace.git] / include / babeltrace / graph / message-inactivity.h
index 8425d57b6d2188f2ca538285945ef0aa29e54968..d2d43d011351feadf22e3370c25d2a5324ca851c 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,9 +35,9 @@ extern "C" {
 extern
 bt_message *bt_message_inactivity_create(
                bt_self_message_iterator *message_iterator,
-               bt_clock_class *default_clock_class);
+               const bt_clock_class *default_clock_class);
 
-extern void bt_message_inactivity_set_default_clock_value(
+extern void bt_message_inactivity_set_default_clock_snapshot(
                bt_message *msg, uint64_t raw_value);
 
 #ifdef __cplusplus
This page took 0.02497 seconds and 4 git commands to generate.