The function should be aware that it is cancel routine. This patch adds annotation for that.
Signed-off-by: Alin Gabriel Serdean <[email protected]> --- datapath-windows/ovsext/User.c | 1 + 1 file changed, 1 insertion(+) diff --git a/datapath-windows/ovsext/User.c b/datapath-windows/ovsext/User.c index 22ee7af..d2ef4aa 100644 --- a/datapath-windows/ovsext/User.c +++ b/datapath-windows/ovsext/User.c @@ -53,6 +53,7 @@ extern NL_POLICY nlFlowKeyPolicy[]; extern UINT32 nlFlowKeyPolicyLen; extern NL_POLICY nlFlowTunnelKeyPolicy[]; extern UINT32 nlFlowTunnelKeyPolicyLen; +DRIVER_CANCEL OvsCancelIrpDatapath; static __inline VOID OvsAcquirePidHashLock() -- 2.10.2.windows.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
