diff options
author | Alin Serdean <aserdean@cloudbasesolutions.com> | 2017-07-14 04:40:55 +0000 |
---|---|---|
committer | Ben Pfaff <blp@ovn.org> | 2017-08-02 11:29:13 -0700 |
commit | 7fba23033f2190c0282d5832d3ec786b7595cbdf (patch) | |
tree | 5105387fc6602297250d2950e37bb5f3748a8083 /datapath-windows/ovsext | |
parent | 8ba92ebee99dab07261811db22e9cf849e4c3d52 (diff) | |
download | openvswitch-7fba23033f2190c0282d5832d3ec786b7595cbdf.tar.gz |
datapath-windows: Add function annotations for OvsCancelIrpDatapath
The function should be aware that it is cancel routine.
This patch adds annotation for that.
Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Shashank Ram <rams@vmware.com>
Diffstat (limited to 'datapath-windows/ovsext')
-rw-r--r-- | datapath-windows/ovsext/User.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath-windows/ovsext/User.c b/datapath-windows/ovsext/User.c index 22ee7afe2..d2ef4aa2b 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() |