summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-09-13 15:43:56 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-13 15:43:56 +0200
commite86cb62f1299ef18732f7b3b87d45a840ee38f1e (patch)
tree8e346e0c74431c09ea174d63bebae80fb7761ef9 /runtime/Makefile.am
parent3d50fd6a67b7d0bf31628aea14128a47dd5d326f (diff)
downloadrsyslog-e86cb62f1299ef18732f7b3b87d45a840ee38f1e.tar.gz
rsyslog-e86cb62f1299ef18732f7b3b87d45a840ee38f1e.tar.xz
rsyslog-e86cb62f1299ef18732f7b3b87d45a840ee38f1e.zip
improved statistics-gathering subsystem
... well, actually this is a first real implementation of this subsystem. I have added a counter registry, a way to access the countres (as readable string) and a way to define and maintem them. Also, module impstats has been updated to utilize the new system. Finally, I added some counters. I hope that this sets the baseline for useful future enhancements.
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 5b2598b2..01b224e7 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -45,6 +45,8 @@ librsyslog_la_SOURCES = \
modules.h \
apc.c \
apc.h \
+ statsobj.c \
+ statsobj.h \
sync.c \
sync.h \
expr.c \
@@ -81,8 +83,8 @@ librsyslog_la_SOURCES = \
prop.h \
cfsysline.c \
cfsysline.h \
- sd-daemon.c \
- sd-daemon.h \
+ sd-daemon.c \
+ sd-daemon.h \
\
\
../action.h \