extpoll use hashtable for fd tracking 00/2900/1
authorAndy Green <andy.green@linaro.org>
Tue, 15 Jan 2013 11:44:33 +0000 (19:44 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:25 +0000 (13:01 -0800)
commitd337425a8e1a164651c84b5500a23433f6a3cb25
tree3deeb5f84c575025f4af5eec751e7e1caec86ac5
parent7adfaad562497a61e76b89aa677a8d1c9f003107
extpoll use hashtable for fd tracking

This implements a much faster, hashtable-based tracking scheme for
external poll fds.

Signed-off-by: Andy Green <andy.green@linaro.org>
test-server/test-server.c