datapath-windows: Cleanup unused variables
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Fri, 11 Dec 2015 17:32:41 +0000 (17:32 +0000)
committerBen Pfaff <blp@ovn.org>
Mon, 14 Dec 2015 12:25:17 +0000 (04:25 -0800)
This patch removes unused variables defined in stt and vxlan ports.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath-windows/ovsext/Stt.h
datapath-windows/ovsext/Vxlan.h

index 9a45379..a3e3915 100644 (file)
@@ -56,11 +56,6 @@ typedef struct _OVS_STT_VPORT {
     UINT16 dstPort;
     UINT64 ackNo;
     UINT64 ipId;
-
-    UINT64 inPkts;
-    UINT64 outPkts;
-    UINT64 slowInPkts;
-    UINT64 slowOutPkts;
 } OVS_STT_VPORT, *POVS_STT_VPORT;
 
 typedef struct _OVS_STT_PKT_KEY {
index a05834d..b9462f0 100644 (file)
 #include "NetProto.h"
 typedef struct _OVS_VXLAN_VPORT {
     UINT16 dstPort;
-    UINT64 inPkts;
-    UINT64 outPkts;
-    UINT64 slowInPkts;
-    UINT64 slowOutPkts;
     UINT64 filterID;
     UINT64 ipId;
     /*