dnsproxy: Use listener data instead of hash table lookups
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 5 Sep 2011 06:21:27 +0000 (08:21 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 12 Sep 2011 09:40:48 +0000 (11:40 +0200)
commit548c773ce685ef6c13108e024b3e1769d3ee8116
treefc2ebba47bca16d72a75d7f0b9540ce26328c2ca
parentbf76335588bb9266f644648ad482f9d0ec7d5e02
dnsproxy: Use listener data instead of hash table lookups

Pass around struct listener_data instead of always looking it up
via interface from hash table. There are no changes for exported
functions.
src/dnsproxy.c