Add dummy show_flist_stats().
authorMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 10:06:36 +0000 (10:06 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 10:06:36 +0000 (10:06 +0000)
flist.c
main.c

diff --git a/flist.c b/flist.c
index 7f57d37..9c5f737 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -95,6 +95,12 @@ static void finish_build_progress(const struct file_list *flist)
 }
 
 
+void show_flist_stats(void)
+{
+       /* Nothing yet */
+}
+
+
 static struct string_area *string_area_new(int size)
 {
        struct string_area *a;
diff --git a/main.c b/main.c
index fd30211..4052ea9 100644 (file)
--- a/main.c
+++ b/main.c
@@ -60,6 +60,7 @@ static void report(int f)
        if (do_stats) {
                /* These come out from every process */
                show_malloc_stats();
+               show_flist_stats();
        }
 
        if (am_daemon) {