From 105cf2ebe3f18f1cb4fc719ee38c05cfbc975248 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 15 Mar 2021 22:57:58 -0400 Subject: [PATCH] Cleanup: add whiteline after struct_size field Signed-off-by: Mathieu Desnoyers Change-Id: I5a5ba8ee5e0f5b3fb539cb5c548f6086916f198b --- include/lttng/ust-events.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.34.1