From 579b165069e7c14392cded3a76e5cc1964ad13a9 Mon Sep 17 00:00:00 2001 From: MathiasRaoul Date: Fri, 4 Oct 2019 09:53:45 +0000 Subject: vppinfra: create unformat function for data size parsing Type: feature Signed-off-by: MathiasRaoul Change-Id: I8d71078a9ed42326e19453ea10008c6bb6992c52 --- src/vppinfra/format.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vppinfra/format.h') diff --git a/src/vppinfra/format.h b/src/vppinfra/format.h index c4becff3a67..678029e2a16 100644 --- a/src/vppinfra/format.h +++ b/src/vppinfra/format.h @@ -317,6 +317,8 @@ uword unformat_init_unix_env (unformat_input_t * input, char *var); unformat_function_t unformat_unix_gid; #endif /* CLIB_UNIX */ +uword unformat_data_size (unformat_input_t * input, va_list * args); + /* Test code. */ int test_format_main (unformat_input_t * input); int test_unformat_main (unformat_input_t * input); -- cgit 1.2.3-korg