On Thu, Jul 13, 2017 at 08:54:08PM +0000, Alin Serdean wrote:
> Sendmsg is not used under Windows.
> 
> While it does have a sort of equivalent called `WSASendMsg`
> (https://msdn.microsoft.com/en-us/library/windows/desktop/ms741692(v=vs.85).aspx)
> it uses a different structure `WSAMSG` instead of the normal msghdr which
> in turn will have to be mapped properly (this goes further to iovec/wsabuf in 
> the
> structure itself).
> 
> Fixes broken build on Windows.
> 
> Signed-off-by: Alin Gabriel Serdean <[email protected]>

Oops.

I pushed this.

(If we need it badly enough, we can deal with this too, but it's not a
big deal yet.)
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to