From e5fbaa713ac75fb07907934483d7945a7b7ac2cd Mon Sep 17 00:00:00 2001 From: "J.W. Schultz" Date: Thu, 5 Feb 2004 03:27:54 +0000 Subject: [PATCH] Cause all three processes to report memory stats when -vv --stats --- main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.c b/main.c index f60ca6c1..c0db3fc3 100644 --- a/main.c +++ b/main.c @@ -116,6 +116,9 @@ static void report(int f) show_flist_stats(); } + if (am_generator) + return; + if (am_daemon) { log_exit(0, __FILE__, __LINE__); if (f == -1 || !am_sender) return; @@ -467,6 +470,7 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name) generate_files(f_out, flist, local_name); get_redo_num(); /* Read final MSG_DONE and any prior messages. */ + report(-1); io_flush(FULL_FLUSH); if (protocol_version >= 24) { /* send a final goodbye message */ -- 2.34.1