X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Ffill.c;h=8686226f4ebf566b640dda105cbc6e712480d0d2;hb=3deebe5bf10f3baa954ebc1d12e92efdd635226f;hp=a3e3d374344f42eaa541fd1134ec6825aff9cc23;hpb=7f1ecfc87eb45cab401394b980e15f8981511627;p=libguestfs.git diff --git a/daemon/fill.c b/daemon/fill.c index a3e3d37..8686226 100644 --- a/daemon/fill.c +++ b/daemon/fill.c @@ -113,6 +113,7 @@ do_fill_pattern (const char *pattern, int len, const char *path) return -1; } n += wrlen; + notify_progress ((uint64_t) n, (uint64_t) len_sz); } if (close (fd) == -1) {