Commit 86943126 authored by Martin Pool's avatar Martin Pool

Add dummy show_flist_stats().

parent d9d6bc52
......@@ -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;
......
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment