projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8273bfc
)
CLEANUP: event_hdl: updating obsolete comment for EVENT_HDL_CB_DATA
author
Aurelien DARRAGON
<adarragon@haproxy.com>
Thu, 23 Mar 2023 16:46:45 +0000
(17:46 +0100)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Fri, 21 Apr 2023 12:36:45 +0000
(14:36 +0200)
EVENT_HDL_CB_DATA macro comments were not updated during the API
refactor, fixing that.
include/haproxy/event_hdl.h
patch
|
blob
|
history
diff --git
a/include/haproxy/event_hdl.h
b/include/haproxy/event_hdl.h
index
7cadb55
..
549a9f2
100644
(file)
--- 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) \
({ \