summaryrefslogtreecommitdiff
path: root/datapath-windows/include
diff options
context:
space:
mode:
Diffstat (limited to 'datapath-windows/include')
-rw-r--r--datapath-windows/include/OvsDpInterfaceExt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/datapath-windows/include/OvsDpInterfaceExt.h b/datapath-windows/include/OvsDpInterfaceExt.h
index e79195249..dd3451256 100644
--- a/datapath-windows/include/OvsDpInterfaceExt.h
+++ b/datapath-windows/include/OvsDpInterfaceExt.h
@@ -19,6 +19,9 @@
/* Windows kernel datapath extensions to the standard datapath interface. */
+/* Version number of the datapath interface extensions. */
+#define OVS_DATAPATH_EXT_VERSION 1
+
/* Name of the device. */
#define OVS_DEVICE_NAME_NT L"\\Device\\OpenvSwitchDevice"
#define OVS_DEVICE_NAME_DOS L"\\DosDevices\\OpenvSwitchDevice"