summaryrefslogtreecommitdiff
path: root/bus/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-08 15:33:35 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-24 16:00:49 +0100
commit206fff7ee60706a803cc8da23bdaf9caa9f2fda1 (patch)
treee54de1d2e05458ff4c810a8193682e50fc1ecb40 /bus/Makefile.am
parentbc212b72b29caea8d73b4c9a5d3884257c700250 (diff)
downloaddbus-206fff7ee60706a803cc8da23bdaf9caa9f2fda1.tar.gz
Add a stub .Debug.Stats interface if --enable-stats
There are no actual statistics yet, just a count of how many times the method has been called, and (for the per-connection stats) the unique name. Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34040
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r--bus/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 9761c27c..df48667f 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -73,6 +73,8 @@ BUS_SOURCES= \
services.h \
signals.c \
signals.h \
+ stats.c \
+ stats.h \
test.c \
test.h \
utils.c \