From 07e557a73b913061c2f680f05183b9ca605e5d86 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Fri, 6 Dec 2019 13:17:17 +0100 Subject: [PATCH] cdp: use explicit types in api Type: fix Signed-off-by: Ole Troan Change-Id: If50e66638554e0fcfc72d35a89a39379dfcb530d --- src/plugins/cdp/cdp.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cdp/cdp.api b/src/plugins/cdp/cdp.api index 19f058c825b..acda4fa2095 100644 --- a/src/plugins/cdp/cdp.api +++ b/src/plugins/cdp/cdp.api @@ -26,7 +26,7 @@ autoreply define cdp_enable_disable u32 context; /* Enable (1)/ disable (0) the feature */ - u8 enable_disable; + bool enable_disable; }; /* -- 2.16.6