X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fcomponent%2Fnotification%2Fiterator-internal.h;h=b1300f038e2d67b76375000ed847b66a98c352c2;hb=41a2b7aeccec8153fc6845819a0ca98461f35cb1;hp=99e9617ca06505f68bdad4b75c245a446c92fb48;hpb=64cadc660bbd0400df65da3534d28dbe59395ec7;p=babeltrace.git diff --git a/include/babeltrace/component/notification/iterator-internal.h b/include/babeltrace/component/notification/iterator-internal.h index 99e9617c..b1300f03 100644 --- a/include/babeltrace/component/notification/iterator-internal.h +++ b/include/babeltrace/component/notification/iterator-internal.h @@ -30,12 +30,14 @@ #include #include #include +#include #include #include struct bt_notification_iterator { struct bt_object base; struct bt_component *component; + struct bt_notification *current_notification; void *user_data; };