From 8e388390d5908e6ea50f050d34b6192cece72187 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Fri, 6 Dec 2019 15:06:49 +0100 Subject: [PATCH] vlib: use explicit types in api Type: fix Signed-off-by: Ole Troan Change-Id: Ib3a5d9fc36692553eb109976e9365dc7d82911ab --- src/vlibmemory/memclnt.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vlibmemory/memclnt.api b/src/vlibmemory/memclnt.api index 08b829cfe20..07c6d47b9fc 100644 --- a/src/vlibmemory/memclnt.api +++ b/src/vlibmemory/memclnt.api @@ -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 { -- 2.16.6