X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fmessage-const.h;fp=include%2Fbabeltrace%2Fgraph%2Fmessage-const.h;h=564fdf53456c11d6a7c7cd30fe89cd980a999e05;hb=b9fd9cbba60297c02bea7473d4347c588d9724d7;hp=414124bb9af10c74cc3f750a007e6069b2dd87fd;hpb=0c5e21000b711a86f360fc29220ea6d6b6b830fa;p=babeltrace.git diff --git a/include/babeltrace/graph/message-const.h b/include/babeltrace/graph/message-const.h index 414124bb..564fdf53 100644 --- a/include/babeltrace/graph/message-const.h +++ b/include/babeltrace/graph/message-const.h @@ -36,7 +36,7 @@ extern "C" { */ typedef enum bt_message_type { BT_MESSAGE_TYPE_EVENT = 0, - BT_MESSAGE_TYPE_INACTIVITY = 1, + BT_MESSAGE_TYPE_MESSAGE_ITERATOR_INACTIVITY = 1, BT_MESSAGE_TYPE_STREAM_BEGINNING = 2, BT_MESSAGE_TYPE_STREAM_END = 3, BT_MESSAGE_TYPE_PACKET_BEGINNING = 4,