X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=c9c118c26e1389c96ce9fcd358ece78b4b421b73;hb=105cf2ebe3f18f1cb4fc719ee38c05cfbc975248;hp=51719b5ba0fdc9960ee991bac0ff12d1d9dd9c6d;hpb=b5863ea7216a431f9378f3f26328dc39285401d4;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 51719b5b..c9c118c2 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -473,6 +473,7 @@ struct lttng_ust_event_notifier_private; */ struct lttng_ust_event_notifier { uint32_t struct_size; /* Size of this structure. */ + struct lttng_ust_event_common *parent; /* Inheritance by aggregation. */ struct lttng_ust_event_notifier_private *priv; /* Private event notifier interface */