diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-08 15:33:35 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-24 16:00:49 +0100 |
commit | 206fff7ee60706a803cc8da23bdaf9caa9f2fda1 (patch) | |
tree | e54de1d2e05458ff4c810a8193682e50fc1ecb40 /bus/Makefile.am | |
parent | bc212b72b29caea8d73b4c9a5d3884257c700250 (diff) | |
download | dbus-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.am | 2 |
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 \ |