lib: add discarded packets message
[babeltrace.git] / include / babeltrace / graph / message-const.h
index 2e859f54c97dc218dd5bbaddec2df9b1b630a3e0..414124bb9af10c74cc3f750a007e6069b2dd87fd 100644 (file)
@@ -44,6 +44,7 @@ typedef enum bt_message_type {
        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.024706 seconds and 4 git commands to generate.