BUILD: thread: move lock label definitions to thread-t.h
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Feb 2024 07:39:57 +0000 (08:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Mar 2024 10:50:34 +0000 (11:50 +0100)
commitac692d7ee5033b0d7122c75808066cc560f50db6
tree317a48ce62538ca64caaef4fb22cfee2330c9eda
parent962c129dc1f1f8718098e29ff9b01905fef63944
BUILD: thread: move lock label definitions to thread-t.h

The 'lock_label' enum is defined in thread.h but it's used in a few
type files, so let's move it to thread-t.h to allow explicit includes.
include/haproxy/thread-t.h
include/haproxy/thread.h