]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: threads: don't drop "extern" on the lock in include files
authorWilly Tarreau <w@1wt.eu>
Sun, 26 Nov 2017 10:00:37 +0000 (11:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 Nov 2017 10:10:50 +0000 (11:10 +0100)
commit53bae85b8e9e8333e9a232fcd9a8aa085471f6cb
treec28f9f37c3accc5d3408f3a3b8e575e81fc3df57
parent4cfede87a313456fcbce7a185312460b4e1d05b7
BUG/MINOR: threads: don't drop "extern" on the lock in include files

Commit 9dcf9b6 ("MINOR: threads: Use __decl_hathreads to declare locks")
accidently lost a few "extern" in certain lock declarations, possibly
causing certain entries to be declared at multiple places. Apparently
it hasn't caused any harm though.

The offending ones were :
  - fdtab_lock
  - fdcache_lock
  - poll_lock
  - buffer_wq_lock
include/common/buffer.h
include/proto/fd.h