Re: [ovs-dev] [PATCH] ovsdb: fsync() for Windows.

2014-03-13 Thread Ben Pfaff
On Wed, Mar 12, 2014 at 11:21:17AM -0700, Gurucharan Shetty wrote: > There is no fsync() in Windows. But there is a _commit() > which does the same thing. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.or

[ovs-dev] [PATCH] ovsdb: fsync() for Windows.

2014-03-12 Thread Gurucharan Shetty
There is no fsync() in Windows. But there is a _commit() which does the same thing. Signed-off-by: Gurucharan Shetty --- include/windows/unistd.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/windows/unistd.h b/include/windows/unistd.h index e69de29..0f553b