From 206fff7ee60706a803cc8da23bdaf9caa9f2fda1 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 8 Feb 2011 15:33:35 +0000 Subject: 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 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34040 --- bus/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bus/Makefile.am') 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 \ -- cgit v1.2.1