We need a version number for the datapath interface extensions that we can leverage at some point.
Signed-off-by: Nithin Raju <nit...@vmware.com> --- datapath-windows/include/OvsDpInterfaceExt.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/datapath-windows/include/OvsDpInterfaceExt.h b/datapath-windows/include/OvsDpInterfaceExt.h index e791952..dd34512 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" -- 1.7.4.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev