Make parent parameters const for some object creation functions
[babeltrace.git] / include / babeltrace / graph / message-inactivity.h
index 2549815d288f3a4f907d13d994b22dcc62c36651..d2d43d011351feadf22e3370c25d2a5324ca851c 100644 (file)
@@ -35,7 +35,7 @@ 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_snapshot(
                bt_message *msg, uint64_t raw_value);
This page took 0.02426 seconds and 4 git commands to generate.