Add frozen property to notification objects
[babeltrace.git] / include / babeltrace / graph / notification.h
index d17973372d99db698de2885a812411840ca8822f..c768baaef813513ce419fa468f5f0eb5ac6e1dc5 100644 (file)
@@ -69,6 +69,8 @@ enum bt_notification_type {
        /** End of trace notification, see eot.h */
        BT_NOTIFICATION_TYPE_END_OF_TRACE = 8,
 
+       BT_NOTIFICATION_TYPE_INACTIVITY = 9,
+
        BT_NOTIFICATION_TYPE_NR, /* Not part of ABI. */
 };
 
This page took 0.024286 seconds and 4 git commands to generate.