]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Add twiddle() so that progress is visible.
authorMichael Brown <mcb30@etherboot.org>
Tue, 17 May 2005 13:39:00 +0000 (13:39 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 17 May 2005 13:39:00 +0000 (13:39 +0000)
src/proto/tftp.c

index 6d35e1704f6e6dccc37f87dd280a1da097032161..b154f5756bbe72e3838469f21951cd1dadb4f4e5 100644 (file)
@@ -160,6 +160,7 @@ int tftp ( char *url __unused, struct sockaddr_in *server, char *file,
                        return 0;
                if ( ! fill_buffer ( buffer, block.data, offset, block.len ) )
                        return 0;
+               twiddle();
                offset += block.len;
                request = NULL; /* Send request only once */
        } while ( ! block.eof );