nat: use correct data types for memory sizes
[vpp.git] / src / plugins / cdp / cdp.api
index 3450702..acda4fa 100644 (file)
@@ -25,8 +25,8 @@ autoreply define cdp_enable_disable
   /* Arbitrary context, so client can match reply to request */
   u32 context;
   
-  /* Enable / disable the feature */
-  u8 enable_disable;
+  /* Enable (1)/ disable (0) the feature */
+  bool enable_disable;
 };
 
 /*