From: Mathieu Desnoyers Date: Tue, 16 Mar 2021 02:57:58 +0000 (-0400) Subject: Cleanup: add whiteline after struct_size field X-Git-Tag: v2.13.0-rc1~286 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=105cf2ebe3f18f1cb4fc719ee38c05cfbc975248;p=lttng-ust.git Cleanup: add whiteline after struct_size field Signed-off-by: Mathieu Desnoyers Change-Id: I5a5ba8ee5e0f5b3fb539cb5c548f6086916f198b --- 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 */