On Mon, Feb 10, 2014 at 11:16:20AM -0800, Gurucharan Shetty wrote: > This is helpful if we want to wait either on 'fd' for POSIX or > events for Windows. > > For Windows, if both 'fd' and 'wevent' is specified, we associate > that event with the 'fd' using WSAEventSelect(). So any 'events' > on that 'fd' will wake us up from WaitForMultipleObjects(). > > CC: Linda Sun <l...@vmware.com> > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
I found the WSAEventSelect() documentation in MSDN really un-enlightening, but I'll take your word for it that this does something helpful. Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev