haproxy/include/common
Willy Tarreau 53bae85b8e 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
2017-11-26 11:10:50 +01:00
..
accept4.h
base64.h
buffer.h
cfgparse.h
chunk.h
compat.h
compiler.h
config.h
debug.h
defaults.h
epoll.h
errors.h
h2.h
hash.h
hathreads.h
hpack-dec.h
hpack-enc.h
hpack-huff.h
hpack-tbl.h
http-hdr.h
ist.h
memory.h
mini-clist.h
namespace.h
net_helper.h
rbtree.h
regex.h
splice.h
standard.h
syscall.h
template.h
ticks.h
time.h
tools.h
uri_auth.h
version.h
xref.h