lib: rename "notification" -> "message"
[babeltrace.git] / include / babeltrace / graph / component-class-sink-colander-internal.h
index 037c64b1428f4c236be7fb678b62163acdf51d88..a56f0b4e5a6757b7b56a4062d84d52d330c5cb2a 100644 (file)
 
 #include <stdint.h>
 #include <babeltrace/types.h>
-#include <babeltrace/graph/notification-const.h>
+#include <babeltrace/graph/message-const.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 struct bt_component_class_sink_colander_data {
-       bt_notification_array_const notifs;
+       bt_message_array_const msgs;
        uint64_t *count_addr;
 };
 
This page took 0.024762 seconds and 4 git commands to generate.