aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/time_range.h
AgeCommit message (Collapse)AuthorFilesLines
2020-03-12vppinfra: refactor clib_timebase_tDave Barach1-8/+4
Add a clib_time_t * argument to clib_timebase_init(...), to encourage client code to share the vlib_main_t's clib_time_t object. Display the current day / date in GMT via the "show time" debug CLI. Fix the test framework so it processes the new "show time" output format. Type: refactor Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I5e52d57eb164b7cdb6355362d520df6928491711
2018-06-08Time range support for vppinfraDave Barach1-0/+131
Change-Id: I2356b1e05fd868b46b4d26ade760900a5739ca4d Signed-off-by: Dave Barach <dave@barachs.net>