summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Vport.h
diff options
context:
space:
mode:
Diffstat (limited to 'datapath-windows/ovsext/Vport.h')
-rw-r--r--datapath-windows/ovsext/Vport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/datapath-windows/ovsext/Vport.h b/datapath-windows/ovsext/Vport.h
index 86b25751c..b005cdb57 100644
--- a/datapath-windows/ovsext/Vport.h
+++ b/datapath-windows/ovsext/Vport.h
@@ -65,7 +65,7 @@ typedef struct _OVS_VPORT_FULL_STATS {
* tunnel type, such as vxlan, gre, gre64
*/
typedef struct _OVS_VPORT_ENTRY {
- LIST_ENTRY nameLink;
+ LIST_ENTRY ovsNameLink;
LIST_ENTRY portLink;
OVS_VPORT_STATE ovsState;