REORG: connection: rename app_cb "data"
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2012 22:41:04 +0000 (00:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 Oct 2012 20:26:10 +0000 (22:26 +0200)
commit74beec32a5f206c2234837626d96e05a45e723d5
treeeeb198e8be01b35a8fb884748341df793d0a4097
parentf7bc57ca6ed6cc855042f3cac4773ff3c0c63209
REORG: connection: rename app_cb "data"

Now conn->data will designate the data layer which is the client for
the transport layer. In practice it's the stream interface and will
soon also be the health checks.
include/proto/connection.h
include/proto/stream_interface.h
include/types/connection.h
src/connection.c
src/stream_interface.c