From 5ea1817dc299611808532eda489981f09f87cba3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 20 Feb 2018 16:48:15 +0100 Subject: Add initial support for logging, vty, ctrl Up to this point, the logging system, vty and ctrl are initialized and can be used fine, though they don't have a lot of use yet. Depends on libosmocore Change-Id Ib79cdb62d45d8c78445c7b064e58eb7e9faeccf9 Related: OS#2184 Change-Id: I08982c37b4f873966304b3cfb38a10ee86eb3dad --- CommonLibs/debug.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CommonLibs/debug.h (limited to 'CommonLibs/debug.h') diff --git a/CommonLibs/debug.h b/CommonLibs/debug.h new file mode 100644 index 0000000..7038f4c --- /dev/null +++ b/CommonLibs/debug.h @@ -0,0 +1,8 @@ +#pragma once + +extern const struct log_info log_info; + +/* Debug Areas of the code */ +enum { + DMAIN, +}; -- cgit v1.2.3