From 58e5661e49d9b158be536d6f6758db95085419b1 Mon Sep 17 00:00:00 2001 From: Nithin Raju Date: Fri, 22 Aug 2014 01:16:43 -0700 Subject: datapath-windows: define a version number in DP extensions We need a version number for the datapath interface extensions that we can leverage at some point. Signed-off-by: Nithin Raju Signed-off-by: Ben Pfaff --- datapath-windows/include/OvsDpInterfaceExt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'datapath-windows/include') 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" -- cgit v1.2.1