]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: use the name sock_raw instead of stream_sock
authorWilly Tarreau <w@1wt.eu>
Fri, 11 May 2012 12:23:52 +0000 (14:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 May 2012 12:23:52 +0000 (14:23 +0200)
commitc63190d4290d40e0fd45a022643af30e87268dd3
tree0cff5ed03d0ebbf5910ffb5a274cc8459d736a74
parent46b39d0dc62e09f08efd61311d40f777d63c2192
REORG: use the name sock_raw instead of stream_sock

We'll soon have an SSL socket layer, and in order to ease the difference
between the two, we use the name "sock_raw" to designate the one which
directly talks to the sockets without any conversion.
16 files changed:
Makefile
Makefile.bsd
Makefile.osx
include/proto/sock_raw.h [moved from include/proto/stream_sock.h with 97% similarity]
src/backend.c
src/dumpstats.c
src/frontend.c
src/haproxy.c
src/log.c
src/peers.c
src/proto_http.c
src/proto_tcp.c
src/proto_uxst.c
src/session.c
src/sock_raw.c [moved from src/stream_sock.c with 99% similarity]
src/stream_interface.c