Optimized show_progress() to reduce the calls to gettimeofday() when
authorWayne Davison <wayned@samba.org>
Tue, 8 Jul 2003 16:54:53 +0000 (16:54 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 8 Jul 2003 16:54:53 +0000 (16:54 +0000)
commit1c8162a921cbae803b3bf375fda4aa7916bcfc68
tree3ad3ffa1a264afcf657481f8daa0d2f37de4a757
parent16417f8b9d1947f4efbe540ee6983feba2ebc21c
Optimized show_progress() to reduce the calls to gettimeofday() when
am_server is set.  No need to check do_progress here anymore, since
we aren't called if do_progress isn't set.
progress.c