]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] moved stats and buffer generic functions to new files
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Oct 2007 15:06:05 +0000 (17:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 18 Oct 2007 12:12:21 +0000 (14:12 +0200)
commit9186126e1cd2e68da575d285fe07a730f0459bb0
tree45877c351170d6f1e94185a0edf35984f8e4c1a7
parente6ad2b165ef033c3da683ffa0d75b0b33beff2c1
[MEDIUM] moved stats and buffer generic functions to new files

Neither the primitives used to write data to a buffer, nor the stats
dump functions are HTTP-specific anymore. Move them to dedicated
files
Makefile
Makefile.bsd
Makefile.osx
include/proto/dumpstats.h [new file with mode: 0644]
include/proto/senddata.h [new file with mode: 0644]
src/dumpstats.c [new file with mode: 0644]
src/proto_http.c
src/senddata.c [new file with mode: 0644]