]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: task: Move wait_event in the task header file
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Jan 2024 07:55:00 +0000 (08:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:02:13 +0000 (15:02 +0100)
commit6734e56514cea1c989aaa9d32b745ce5473ba71a
tree1946b67b67985df9501301c5209e7b4b2b65d513
parente9bfc255811256f138f9787fcc9b094df1656049
MINOR: task: Move wait_event in the task header file

wait_event structure was in connection header file because it is only used
by connections and muxes. But, this may change. For instance applets may be
good candidates to use it too. So, the structure is moved to the task header
file instead.
include/haproxy/connection-t.h
include/haproxy/task-t.h