Re: [ovs-dev] [PATCH 04/14] Initialize dpif_linux_class for MSVC as well

2014-07-11 Thread Ben Pfaff
On Fri, Jul 11, 2014 at 01:02:35AM +, Alin Serdean wrote: > Do not bypass dpif_linux_class for the creation of dpif_class when compiling > with MSVC. This will allow the code behind dpif-linux interface to run. > > Signed-off-by: Alin Gabriel Serdean Fair enough.

[ovs-dev] [PATCH 04/14] Initialize dpif_linux_class for MSVC as well

2014-07-10 Thread Alin Serdean
Do not bypass dpif_linux_class for the creation of dpif_class when compiling with MSVC. This will allow the code behind dpif-linux interface to run. Signed-off-by: Alin Gabriel Serdean --- lib/dpif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif.c b/lib/dpif.c inde