lib: add discarded events message
[babeltrace.git] / include / babeltrace / graph / message-const.h
index 5085192ace3c5db4188dce329a6a775598a192ac..2e859f54c97dc218dd5bbaddec2df9b1b630a3e0 100644 (file)
@@ -43,6 +43,7 @@ typedef enum bt_message_type {
        BT_MESSAGE_TYPE_PACKET_END = 5,
        BT_MESSAGE_TYPE_STREAM_ACTIVITY_BEGINNING = 6,
        BT_MESSAGE_TYPE_STREAM_ACTIVITY_END = 7,
+       BT_MESSAGE_TYPE_DISCARDED_EVENTS = 8,
 } bt_message_type;
 
 /**
This page took 0.023706 seconds and 4 git commands to generate.