From bc867c3d2137dab4b1395196c1936233517980ab Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Wed, 25 Nov 2020 10:07:09 -0500 Subject: vlib: add elog events for vlib log entries Pretty interesting to see how long plugins take to load. Type: improvement Signed-off-by: Dave Barach Change-Id: If496eb73b2e1fd9dd714142cd5195fa7ccd93ebd --- src/vlib/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vlib/log.h') diff --git a/src/vlib/log.h b/src/vlib/log.h index 75bdceb806e..a94c57a51eb 100644 --- a/src/vlib/log.h +++ b/src/vlib/log.h @@ -108,6 +108,7 @@ typedef struct /* config */ vlib_log_class_config_t *configs; uword *config_index_by_name; + int add_to_elog; /* registrations */ vlib_log_class_registration_t *registrations; -- cgit 1.2.3-korg