summaryrefslogtreecommitdiffstats
path: root/src/vlib/log.h
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2022-03-09 16:10:54 +0100
committerMatthew Smith <mgsmith@netgate.com>2022-03-10 23:10:58 +0000
commit62d656ace95ea5002c6c5c8e2eddb2901d38ab6f (patch)
tree32c153965786615798343e92d20478e61f1eb2ce /src/vlib/log.h
parent85b285b9000b056213c871dd128733085f0a8f37 (diff)
vlib: init logging eearlier
Type: improvement Change-Id: I2eb5543aa470094d4c5ad420a2fcc9873b7808e1 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlib/log.h')
-rw-r--r--src/vlib/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlib/log.h b/src/vlib/log.h
index c3ebb8150ee..0ded4a8ec84 100644
--- a/src/vlib/log.h
+++ b/src/vlib/log.h
@@ -117,6 +117,7 @@ typedef struct
extern vlib_log_main_t log_main;
+clib_error_t *vlib_log_init (struct vlib_main_t *vm);
vlib_log_class_t vlib_log_register_class (char *vlass, char *subclass);
vlib_log_class_t
vlib_log_register_class_rate_limit (char *class, char *subclass,