CLEANUP: channel: use 'chn' instead of 'buf' as local variable names
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 21:11:02 +0000 (23:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 21:11:02 +0000 (23:11 +0200)
commit974ced63057cb3d629538f565d87358e6e9f6626
tree506298b6ffb9a60a6ae5105a933994378427ca2c
parentcdbdd52a38c75646cd7a51528e6133a2893c8b55
CLEANUP: channel: use 'chn' instead of 'buf' as local variable names

It's too confusing to see buf->buf everywhere where the first buf is
a channel. Let's fix this now.
include/proto/channel.h
src/channel.c