summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/vty/logging.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-06-25 02:55:59 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-25 02:58:15 +0200
commitf0e18a70586ad265edb81855f6e3cd6f784b89df (patch)
tree40dba6a4814fcef3218395c42a0c71d05c00b5c4 /src/shared/libosmocore/include/osmocom/vty/logging.h
parentbc860c43c291304866cc6fc5ca9acc9499853d06 (diff)
parent816e24cb4296d6b7110da4a89661bbac8dc7af21 (diff)
Merge commit '816e24cb4296d6b7110da4a89661bbac8dc7af21' into libosmocore
Conflicts: src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/vty/logging.h')
-rw-r--r--src/shared/libosmocore/include/osmocom/vty/logging.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/shared/libosmocore/include/osmocom/vty/logging.h b/src/shared/libosmocore/include/osmocom/vty/logging.h
new file mode 100644
index 00000000..f8ffbc3e
--- /dev/null
+++ b/src/shared/libosmocore/include/osmocom/vty/logging.h
@@ -0,0 +1,7 @@
+#ifndef _VTY_LOGGING_H
+#define _VTY_LOGGING_H
+
+#define LOGGING_STR "Configure log message to this terminal\n"
+#define FILTER_STR "Filter log messages\n"
+
+#endif /* _VTY_LOGGING_H */