]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] removed the ->h member in struct buffer
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Mar 2007 15:31:29 +0000 (16:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Mar 2007 15:31:29 +0000 (16:31 +0100)
commite09e0cef62a85e4fa50e0bcb5a123a4e0b87b24b
tree9932a6cb65f58403022fa009fdcff4a2ee3df400
parentb49871738eb19b75d33d2fedab2e30927f1a70a0
[MINOR] removed the ->h member in struct buffer

The buffer does not need the header pointer anymore, it has
been removed everywhere.
include/proto/buffers.h
include/types/buffers.h
src/buffers.c
src/stream_sock.c