projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a47b9
)
CLEANUP: threads: remove the now unused START_LOCK label
author
Willy Tarreau
<w@1wt.eu>
Mon, 20 May 2019 09:14:51 +0000
(11:14 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 20 May 2019 09:26:12 +0000
(11:26 +0200)
The last two users are now gone.
include/common/hathreads.h
patch
|
blob
|
history
diff --git
a/include/common/hathreads.h
b/include/common/hathreads.h
index
8067467
..
2be5915
100644
(file)
--- a/
include/common/hathreads.h
+++ b/
include/common/hathreads.h
@@
-478,7
+478,6
@@
enum lock_label {
PID_LIST_LOCK,
EMAIL_ALERTS_LOCK,
PIPES_LOCK,
- START_LOCK,
TLSKEYS_REF_LOCK,
AUTH_LOCK,
LOGSRV_LOCK,
@@
-595,7
+594,6
@@
static inline const char *lock_label(enum lock_label label)
case PID_LIST_LOCK: return "PID_LIST";
case EMAIL_ALERTS_LOCK: return "EMAIL_ALERTS";
case PIPES_LOCK: return "PIPES";
- case START_LOCK: return "START";
case TLSKEYS_REF_LOCK: return "TLSKEYS_REF";
case AUTH_LOCK: return "AUTH";
case LOGSRV_LOCK: return "LOGSRV";