On Mon, Jan 06, 2014 at 02:47:33PM -0800, Linda Sun wrote: > Use WaitForMultipleObjects for polling on windows. This works on all kinds > of objects, e.g. sockets, files, especially ioctl calls to the kernel. > poll_fd_wait_event() is used if events need to be passed to pollfds. > latch is signaled with event, to be waited/polled by WaitForMultipleObjects() > as well. > Changed array of fds to hmap to check for duplicate fds. > > Signed-off-by: Linda Sun <l...@vmware.com>
Does this really compile? It appears that on Windows struct latch does not have a fds[] member but latch-windows.c still refers to it. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev