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 <[email protected]> > Signed-off-by: Gurucharan Shetty <[email protected]>
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 <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
