diff options
| author | Michael Brown | 2005-05-17 15:39:00 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-17 15:39:00 +0200 |
| commit | a5f294258745e769c1ce97cd41267e919bbcebae (patch) | |
| tree | 68f3abce4e2a69b369f38e148857f3205923260e /src/proto | |
| parent | Added print_images() and autoload(). (diff) | |
| download | ipxe-a5f294258745e769c1ce97cd41267e919bbcebae.tar.gz ipxe-a5f294258745e769c1ce97cd41267e919bbcebae.tar.xz ipxe-a5f294258745e769c1ce97cd41267e919bbcebae.zip | |
Add twiddle() so that progress is visible.
Diffstat (limited to 'src/proto')
| -rw-r--r-- | src/proto/tftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/tftp.c b/src/proto/tftp.c index 6d35e1704..b154f5756 100644 --- a/src/proto/tftp.c +++ b/src/proto/tftp.c @@ -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 ); |
