X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Ftiming_wheel.c;h=09a46d522521a5ee79a8e2c4c2c8bc84c29fa738;hb=d3c008d108aa2187d1a2afe2833b4de25ca2c2ab;hp=064171ab4e46d605653423e149a98be29231ed59;hpb=9bce0f6d7c3f7f1d5f2989ff1157c2a1039cdef6;p=vpp.git diff --git a/src/vppinfra/timing_wheel.c b/src/vppinfra/timing_wheel.c index 064171ab4e4..09a46d52252 100644 --- a/src/vppinfra/timing_wheel.c +++ b/src/vppinfra/timing_wheel.c @@ -720,7 +720,7 @@ format_timing_wheel (u8 * s, va_list * va) { timing_wheel_t *w = va_arg (*va, timing_wheel_t *); int verbose = va_arg (*va, int); - uword indent = format_get_indent (s); + u32 indent = format_get_indent (s); s = format (s, "level 0: %.4e - %.4e secs, 2^%d - 2^%d clocks", (f64) (1 << w->log2_clocks_per_bin) / w->cpu_clocks_per_second,