commit | 2f6a07dce8d4f86a626e66424c8e58dc85ae9fe4 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Mon Mar 27 18:16:21 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 21 14:36:45 2023 +0200 |
tree | d7677cf7eed5974ea3c051908659f1d1c6da30b2 | |
parent | 55f84c7cabca6c5a26100204fcd81b454c737ed1 [diff] |
MINOR: hlua/event_hdl: fix return type for hlua_event_hdl_cb_data_push_args Changing hlua_event_hdl_cb_data_push_args() return type to void since it does not return anything useful. Also changing its name to hlua_event_hdl_cb_push_args() since it does more than just pushing cb data argument (it also handles event type and mgmt). Errors catched by the function are reported as lua errors.