From 098038ab181a24d6050413a409b1bcb327d21ea6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 11 Sep 2018 23:49:13 +0200 Subject: logging vty: write: check logging levels validity Change-Id: If683b1272ad2d5b402b91c52c496aa7975bc6315 --- include/osmocom/core/logging_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmocom/core/logging_internal.h b/include/osmocom/core/logging_internal.h index 55b1bbd8..a510f83e 100644 --- a/include/osmocom/core/logging_internal.h +++ b/include/osmocom/core/logging_internal.h @@ -8,6 +8,7 @@ extern void *tall_log_ctx; extern const struct log_info *osmo_log_info; +extern const struct value_string loglevel_strs[]; void assert_loginfo(const char *src); -- cgit v1.2.3