cdp: use explicit types in api

Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: If50e66638554e0fcfc72d35a89a39379dfcb530d
This commit is contained in:
Ole Troan
2019-12-06 13:17:17 +01:00
committed by Andrew Yourtchenko
parent bdde585342
commit 07e557a73b
+1 -1
View File
@@ -26,7 +26,7 @@ autoreply define cdp_enable_disable
u32 context;
/* Enable (1)/ disable (0) the feature */
u8 enable_disable;
bool enable_disable;
};
/*