From 3309a43ef56366926589fdb3f7e4ee8af41fe1c5 Mon Sep 17 00:00:00 2001 From: Katerina Barone-Adesi Date: Thu, 21 Feb 2013 05:16:29 +0000 Subject: Added a ring buffer log target to store the last N log messages. The log target can be used via log alarms and show alarms. Why? This feature was proposed/requested at http://openbsc.osmocom.org/trac/wiki/Tasks/ErrorLogTarget All messages use the same amount of space, prioritizing simplicity. --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 60b9ea9f..317968aa 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -16,6 +16,7 @@ nobase_include_HEADERS = \ osmocom/core/linuxlist.h \ osmocom/core/linuxrbtree.h \ osmocom/core/logging.h \ + osmocom/core/loggingrb.h \ osmocom/core/msgb.h \ osmocom/core/panic.h \ osmocom/core/prim.h \ @@ -25,6 +26,7 @@ nobase_include_HEADERS = \ osmocom/core/signal.h \ osmocom/core/socket.h \ osmocom/core/statistics.h \ + osmocom/core/strrb.h \ osmocom/core/timer.h \ osmocom/core/utils.h \ osmocom/core/write_queue.h \ -- cgit v1.2.3