]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: buffer: types/{ring.h,checks.h} should include buf.h, not buffer.h
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Mar 2020 17:40:31 +0000 (18:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Mar 2020 05:07:18 +0000 (06:07 +0100)
commita8561db936e6339e1d6d2a8de4c9ac033cd56310
tree0ab12a919fd88f27ba5e0814f243c22aa590a04a
parent49c2a707ce06f73a14addccc93cf403d13c15371
BUILD: buffer: types/{ring.h,checks.h} should include buf.h, not buffer.h

buffer.h relies on proto/activity because it contains some code and not
just type definitions. It must not be included from types files. It
should probably also be split in two if it starts to include a proto.
This causes some circular dependencies at other places.
include/types/checks.h
include/types/ring.h