]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] change type of fdtab[]->owner to void*
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Aug 2008 21:36:51 +0000 (23:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2008 09:19:08 +0000 (10:19 +0100)
commiteabf313df267621636f2460ab0e1da814c5db3a1
treebe1d9a00951e5a25cf7bcc41fdc5cc44b886a4bc
parentfdccded0e8d95807835e96f6b7249f26179bac3b
[MINOR] change type of fdtab[]->owner to void*

The owner of an fd was initially a task but this was sometimes
casted to a (struct listener *). We'll soon need more types,
so void* is more appropriate.
include/types/fd.h
src/client.c
src/proto_tcp.c
src/proto_uxst.c