commit | a8561db936e6339e1d6d2a8de4c9ac033cd56310 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 06 18:40:31 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Mar 07 06:07:18 2020 +0100 |
tree | 0ab12a919fd88f27ba5e0814f243c22aa590a04a | |
parent | 49c2a707ce06f73a14addccc93cf403d13c15371 [diff] |
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.