vlib: use explicit types in api 47/23847/2
authorOle Troan <ot@cisco.com>
Fri, 6 Dec 2019 14:06:49 +0000 (15:06 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Sat, 7 Dec 2019 11:21:32 +0000 (11:21 +0000)
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: Ib3a5d9fc36692553eb109976e9365dc7d82911ab

src/vlibmemory/memclnt.api

index 08b829c..07c6d47 100644 (file)
@@ -53,7 +53,7 @@ manual_print
 define memclnt_delete {
     u32 index;                  /* index, used e.g. by API trace replay */
     u64 handle;               /* handle by which vlib knows this client */
-    u8 do_cleanup;                             /* vlib to cleanup the registration */
+    bool do_cleanup;           /* vlib to cleanup the registration */
 };
 
 define memclnt_delete_reply {