cdp: use explicit types in api 32/23832/2
authorOle Troan <ot@cisco.com>
Fri, 6 Dec 2019 12:17:17 +0000 (13:17 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 6 Dec 2019 14:06:47 +0000 (14:06 +0000)
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: If50e66638554e0fcfc72d35a89a39379dfcb530d

src/plugins/cdp/cdp.api

index 19f058c..acda4fa 100644 (file)
@@ -26,7 +26,7 @@ autoreply define cdp_enable_disable
   u32 context;
   
   /* Enable (1)/ disable (0) the feature */
-  u8 enable_disable;
+  bool enable_disable;
 };
 
 /*