mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-15 03:56:56 -04:00
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.
This commit is contained in:
parent
8273bfc639
commit
363ef4daa7
1 changed files with 2 additions and 2 deletions
|
|
@ -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) \
|
||||
({ \
|
||||
|
|
|
|||
Loading…
Reference in a new issue