Make parent parameters const for some object creation functions
[deliverable/babeltrace.git] / include / babeltrace / graph / message-inactivity.h
index f958eb668a73456c7b81a425aeca0842d90371eb..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,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.023425 seconds and 5 git commands to generate.