Re: [ovs-dev] [PATCH 11/14] socket-util: fsync directory for Windows.

2014-02-20 Thread Ben Pfaff
On Wed, Feb 19, 2014 at 03:36:22PM -0800, Gurucharan Shetty wrote: > There is no corresponding function for Windows. > open() does not work on directories. > There is a function _commit(fd), but that is only meant > for files. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH 11/14] socket-util: fsync directory for Windows.

2014-02-19 Thread Gurucharan Shetty
There is no corresponding function for Windows. open() does not work on directories. There is a function _commit(fd), but that is only meant for files. Signed-off-by: Gurucharan Shetty --- lib/socket-util.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/socket-util.c b/lib/socket-u