]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move sink.h to haproxy/sink{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Jun 2020 18:02:28 +0000 (20:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commitba2f73d40eacb4c4f9e709fbcaa5d75733c38618
tree0440ed8aa779e603e1079a967acbc4cac3313e04
parentd2ad57c35266c29ae9cbdaf475786c5744afeaff
REORG: include: move sink.h to haproxy/sink{,-t}.h

The sink files could be moved with almost no change at since they
didn't rely on anything fancy. ssize_t required sys/types.h and
thread.h was needed for the locks.
include/haproxy/sink-t.h [moved from include/types/sink.h with 95% similarity]
include/haproxy/sink.h [moved from include/proto/sink.h with 94% similarity]
include/proto/trace.h
include/types/trace.h
src/log.c
src/sample.c
src/sink.c
src/trace.c