diff options
author | Ole Troan <ot@cisco.com> | 2019-12-06 13:17:17 +0100 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-12-06 14:06:47 +0000 |
commit | 07e557a73b913061c2f680f05183b9ca605e5d86 (patch) | |
tree | feea5e86baaacf11431b3e6ab3dead5758ac246a /src/plugins/cdp/cdp.api | |
parent | bdde585342b2df23c49c9960f7eacc4eb24fdc1a (diff) |
cdp: use explicit types in api
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: If50e66638554e0fcfc72d35a89a39379dfcb530d
Diffstat (limited to 'src/plugins/cdp/cdp.api')
-rw-r--r-- | src/plugins/cdp/cdp.api | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; /* |