X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Ffill.c;h=d78e6eeb86f28f9d4515cf3803392a98308bd3d8;hp=a3e3d374344f42eaa541fd1134ec6825aff9cc23;hb=428a45c3e15f03e9861e1b551e1ae8da821dba5f;hpb=7f1ecfc87eb45cab401394b980e15f8981511627 diff --git a/daemon/fill.c b/daemon/fill.c index a3e3d37..d78e6ee 100644 --- a/daemon/fill.c +++ b/daemon/fill.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" @@ -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) {