commit | 1a9b8a6122a43c375bbdc0f971edb002b2be9716 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 07 16:37:42 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 07 16:44:49 2021 +0200 |
tree | c1c5bc2d65f5c35b4f78391a11f9e3ee7cffaf25 | |
parent | cd34ad7133429e9cb0996aa93bac34ca6b33a869 [diff] |
BUG/MINOR: task: fix missing include with DEBUG_TASK Following include reorganzation, there is some missing include files for task.h when compiling with DEBUG_TASK : - activity.h for task_profiling_mask - time.h for now_mono_time() This is present since the following commit d8b325c74826bdb02759f62c41a00455dbae3431 REORG: task: uninline the loop time measurement code No need to backport this.