diff mbox

[ovs-dev,v2] datapath-windows: add file to solution

Message ID 1443647082-7448-1-git-send-email-aserdean@cloudbasesolutions.com
State Accepted
Headers show

Commit Message

Alin Serdean Sept. 30, 2015, 9:04 p.m. UTC
This patch adds the file DpInternal.h to the ovsetx.sln.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
---
v2: Add Acked-by's
This patch is meant for branch-2.4 as well
---
 datapath-windows/ovsext/ovsext.vcxproj | 1 +
 1 file changed, 1 insertion(+)

Comments

Ben Pfaff Oct. 2, 2015, 2:21 p.m. UTC | #1
On Wed, Sep 30, 2015 at 09:04:35PM +0000, Alin Serdean wrote:
> This patch adds the file DpInternal.h to the ovsetx.sln.
> 
> Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
> Acked-by: Nithin Raju <nithin@vmware.com>
> Acked-by: Sairam Venugopal <vsairam@vmware.com>
> ---
> v2: Add Acked-by's
> This patch is meant for branch-2.4 as well

Applied to master, thanks!
diff mbox

Patch

diff --git a/datapath-windows/ovsext/ovsext.vcxproj b/datapath-windows/ovsext/ovsext.vcxproj
index 3367ca6..616f688 100644
--- a/datapath-windows/ovsext/ovsext.vcxproj
+++ b/datapath-windows/ovsext/ovsext.vcxproj
@@ -76,6 +76,7 @@ 
     <ClInclude Include="Checksum.h" />
     <ClInclude Include="Datapath.h" />
     <ClInclude Include="Debug.h" />
+    <ClInclude Include="DpInternal.h" />
     <ClInclude Include="Ethernet.h" />
     <ClInclude Include="Event.h" />
     <ClInclude Include="Flow.h" />