diff options
author | Ole Troan <ot@cisco.com> | 2019-12-06 15:06:49 +0100 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-12-07 11:21:32 +0000 |
commit | 8e388390d5908e6ea50f050d34b6192cece72187 (patch) | |
tree | 90c63043f3b773c76a6daaede8159eb03c556bf2 /src/vlibmemory/memclnt.api | |
parent | be31c2a25f24ef69346ccc4374e99eeb134d04c9 (diff) |
vlib: use explicit types in api
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: Ib3a5d9fc36692553eb109976e9365dc7d82911ab
Diffstat (limited to 'src/vlibmemory/memclnt.api')
-rw-r--r-- | src/vlibmemory/memclnt.api | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |