]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: split common/xref.h into haproxy/xref{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2020 15:46:16 +0000 (17:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commit374b442cbc5bea4424e85fb958fe24cd15af55b2
tree03250d538dfac8a48d6e260a71f9f55909bd653b
parent7cd8b6e3a40fe62b4ce37ccfc7e1b3327d9b07af
REORG: include: split common/xref.h into haproxy/xref{,-t}.h

The type is the only element needed by applet.h and hlua.h, while hlua.c
needs the various functions. XREF_BUSY was placed into the types as well
since it's better to have the special values there.
include/haproxy/xref-t.h [new file with mode: 0644]
include/haproxy/xref.h [moved from include/common/xref.h with 56% similarity]
include/types/applet.h
include/types/hlua.h
src/hlua.c