summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Switch.c
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-07-14 04:40:52 +0000
committerBen Pfaff <blp@ovn.org>2017-08-02 11:25:09 -0700
commit043b1405b50a881953aff99affd2ee6d3448d3b7 (patch)
treee58a6fb9db82554df24ee938b070c8e3e312e8f8 /datapath-windows/ovsext/Switch.c
parentfe09b60d4923eb97e2bc1a5ffa5961a46b95f01f (diff)
downloadopenvswitch-043b1405b50a881953aff99affd2ee6d3448d3b7.tar.gz
datapath-windows: Remove annotations in Switch.c
There are no annotations defined for `OvsExtDetach` and `OvsExtRestart`. 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/Switch.c')
-rw-r--r--datapath-windows/ovsext/Switch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/datapath-windows/ovsext/Switch.c b/datapath-windows/ovsext/Switch.c
index 558e3af6e..28c8ecf25 100644
--- a/datapath-windows/ovsext/Switch.c
+++ b/datapath-windows/ovsext/Switch.c
@@ -253,7 +253,6 @@ create_switch_done:
* Implements filter driver's FilterDetach function.
* --------------------------------------------------------------------------
*/
-_Use_decl_annotations_
VOID
OvsExtDetach(NDIS_HANDLE filterModuleContext)
{
@@ -309,7 +308,6 @@ OvsDeleteSwitch(POVS_SWITCH_CONTEXT switchContext)
* Implements filter driver's FilterRestart function.
* --------------------------------------------------------------------------
*/
-_Use_decl_annotations_
NDIS_STATUS
OvsExtRestart(NDIS_HANDLE filterModuleContext,
PNDIS_FILTER_RESTART_PARAMETERS filterRestartParameters)