chiark / gitweb /
Do address-family dispatch with lots of switchy functions. wip.base.getaddrinfo
authorMark Wooding <mdw@distorted.org.uk>
Sat, 24 May 2014 13:00:03 +0000 (14:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 25 May 2014 13:17:40 +0000 (14:17 +0100)
commit6480e2dfab3ff911cac1d1e922666fcea65e511e
tree6062e98241e670466784698a58d24b3a2635ccb4
parent14c634e049bf7680c203b9755c349d5f575f2527
Do address-family dispatch with lots of switchy functions.

Instead of the previous table-of-function-pointers approach.  This seems
to have succeeded in pushing more work from call sites into addrfam,
which I think ought to be considered a win.
src/addrfam.c
src/check.c
src/event.c
src/internal.h
src/query.c
src/setup.c
src/types.c