common: prepend `bt_common_` to bt_message_iterator_status_to_self()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 6 Mar 2019 19:55:18 +0000 (14:55 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:38 +0000 (18:19 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/common-internal.h

index 2c9f8a2f1e63a0c4000f105963d7cf168c8fb384..3075a6acba7bd1cf52955b8849a9a4de68872af1 100644 (file)
@@ -569,9 +569,9 @@ end:
 }
 
 static inline
-bt_self_message_iterator_status bt_message_iterator_status_to_self(
-               bt_message_iterator_status status)
+enum bt_self_message_iterator_status bt_common_message_iterator_status_to_self(
+               enum bt_message_iterator_status status)
 {
-       return (bt_self_message_iterator_status) status;
+       return (int) status;
 }
 #endif /* BABELTRACE_COMMON_INTERNAL_H */
This page took 0.024781 seconds and 4 git commands to generate.