Add dummy show_flist_stats().
[rsync/rsync.git] / main.c
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) {