]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: Rename hlua_action_wake_time() to hlua_set_wake_time()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 26 Feb 2020 13:54:16 +0000 (14:54 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Mar 2020 13:13:00 +0000 (14:13 +0100)
commit501465d94bb30a69361abddf8f748e30aef258d3
treedc15f716855308a7fde996bec52745bcaf1923be
parentd8f0e073ddf25ba51fb2fa8e5cf10ec297bd9d5d
MINOR: lua: Rename hlua_action_wake_time() to hlua_set_wake_time()

This function does not depends on the action class. So use a more generic
name. It will be easier to bind it on another class if necessary.
src/hlua.c