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-03-01 15:14:07 +0000 |
commit | e4951a1acaf7833033bea129bd2a30bfae639b7d (patch) | |
tree | 4fc3dca550a14eb5fecf96eb5c49a21e1d95f238 /bus/Makefile.am | |
parent | 65a4a47eb9eae61f27a6ce0f164faeb6fd28ea25 (diff) |
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.
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 efa8ab5b..d04a5eee 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -72,6 +72,8 @@ BUS_SOURCES= \ services.h \ signals.c \ signals.h \ + stats.c \ + stats.h \ test.c \ test.h \ utils.c \ |