summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-01-25 10:06:36 +0000
committerMartin Pool <mbp@samba.org>2002-01-25 10:06:36 +0000
commit869431269586507d77909cbbe1f2640c40bb8a40 (patch)
treeddcb1abcc58add2bd4c4f4a6ba002169e68fbf5d
parentd9d6bc5278f96c2327fafa697324c8fc90142dbc (diff)
downloadrsync-869431269586507d77909cbbe1f2640c40bb8a40.tar.gz
Add dummy show_flist_stats().
-rw-r--r--flist.c6
-rw-r--r--main.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/flist.c b/flist.c
index 7f57d377..9c5f7372 100644
--- 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 fd302112..4052ea98 100644
--- 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) {