]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: task: rename ->call_date to ->wake_date
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Sep 2022 12:49:50 +0000 (14:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 12:19:15 +0000 (14:19 +0200)
commit04e50b3d325fa35ce9557701513773a8a84e9230
treef92feaedfc7bced099e37dda765942d2a632e206
parent768c2c5678d462a3622492a1230946978292571e
CLEANUP: task: rename ->call_date to ->wake_date

This field is misnamed because its real and important content is the
date the task was woken up, not the date it was called. It temporarily
holds the call date during execution but this remains confusing. In
fact before the latency measurements were possible it was indeed a call
date. Thus is will now be called wake_date.

This change is necessary because a subsequent fix will require the
introduction of the real call date in the thread ctx.
include/haproxy/task-t.h
include/haproxy/task.h
src/activity.c
src/debug.c
src/task.c