From 363ef4daa7b0c789587664b21785dc30e567eef7 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Thu, 23 Mar 2023 17:46:45 +0100 Subject: [PATCH] CLEANUP: event_hdl: updating obsolete comment for EVENT_HDL_CB_DATA EVENT_HDL_CB_DATA macro comments were not updated during the API refactor, fixing that. --- include/haproxy/event_hdl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/haproxy/event_hdl.h b/include/haproxy/event_hdl.h index 7cadb55df3..549a9f2c23 100644 --- a/include/haproxy/event_hdl.h +++ b/include/haproxy/event_hdl.h @@ -332,8 +332,8 @@ int event_hdl_lookup_resume(event_hdl_sub_list *sub_list, /* ------ PUBLISHING FUNCTIONS ------ */ -/* this macro is provided as an internal helper for EVENT_HDL_TRIGGER to automatically - * populate data as required by event_hdl publish function +/* this macro is provided as an internal helper to automatically populate + * data for fixed length structs as required by event_hdl publish function */ #define _EVENT_HDL_CB_DATA_ASSERT(size) \ ({ \ -- 2.47.3