From 6de58f5fd0c9d47a65e24d3617e465b9fa8d8872 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Mon, 24 Jan 2022 17:10:41 +0100 Subject: cnat: maglev fixes & improvements This fixes the maglev logic which previously included a wrong simplication. It moves the maglev logic to its own file, and adds a test function in the debug cli. Type: improvement Change-Id: I2790ae2a26fc1c5739ff02f41d436bfcafd5b380 Signed-off-by: Nathan Skrzypczak --- src/vppinfra/format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vppinfra/format.h') diff --git a/src/vppinfra/format.h b/src/vppinfra/format.h index d143ecdb6e9..ee47a2099c2 100644 --- a/src/vppinfra/format.h +++ b/src/vppinfra/format.h @@ -98,6 +98,7 @@ _(format_hex_bytes_no_wrap); _(format_white_space); _(format_f64); _(format_time_interval); +_ (format_duration); #ifdef CLIB_UNIX /* Unix specific formats. */ -- cgit 1.2.3-korg