haproxy/include
Willy Tarreau 247a8b1d81 CLEANUP: task: move the cpu_time field to the task-only part
The CPU time accounting field called "cpu_time" is used only by tasks
and not tasklets, yet it used to be stored into the TASK_COMMON part,
which doesn't make sense and wastes tasklet memory. In addition, moving
it to tasks also helps better group the various parts in cache lines.
2019-08-08 10:11:05 +02:00
..
common CLEANUP: buffer: replace b_drop() with b_free() 2019-08-08 08:07:45 +02:00
import
proto BUG/MEDIUM: stick-table: Wrong stick-table backends parsing. 2019-08-07 10:32:31 +02:00
types CLEANUP: task: move the cpu_time field to the task-only part 2019-08-08 10:11:05 +02:00