Keep HTTP progress updated, and display a progress indicator during the

download
This commit is contained in:
Michael Brown
2007-01-29 04:19:45 +00:00
parent 1a79437888
commit bde8878eef
3 changed files with 10 additions and 4 deletions

View File

@@ -170,6 +170,7 @@ static void download_reap ( struct async *async ) {
static struct async_operations download_async_operations = {
.reap = download_reap,
.signal = {
[SIGCHLD] = download_sigchld,
[SIGCHLD] = download_sigchld,
[SIGUPDATE] = SIG_IGN,
},
};