lib: add discarded packets message
[babeltrace.git] / include / babeltrace / graph / message-const.h
index 5085192ace3c5db4188dce329a6a775598a192ac..414124bb9af10c74cc3f750a007e6069b2dd87fd 100644 (file)
@@ -43,6 +43,8 @@ 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_DISCARDED_PACKETS = 9,
 } bt_message_type;
 
 /**
This page took 0.024353 seconds and 4 git commands to generate.