]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: activity: mark the profiling and task_profiling_mask __read_mostly
authorWilly Tarreau <w@1wt.eu>
Wed, 5 May 2021 14:28:31 +0000 (16:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 May 2021 16:38:05 +0000 (18:38 +0200)
commitef7380f91646f0e7d11fe170545374fdf2575990
treeacdb1608b740259f17bf5d19378eb22881b24b4a
parent64192392c45f40b2a4eb17900a6a638576e1fa67
CLEANUP: activity: mark the profiling and task_profiling_mask __read_mostly

These ones are only read by the scheduler and occasionally written to
by the CLI parser, so let's move them to read_mostly so that they do
not risk to suffer from cache line pollution.
src/activity.c