X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Ffill.c;h=9ea00ab3ed29732856cae1c48cbdf8a9e4c902e4;hb=8bc6e9d6a89672bbe1e7469774abe889354deb67;hp=a3e3d374344f42eaa541fd1134ec6825aff9cc23;hpb=7f1ecfc87eb45cab401394b980e15f8981511627;p=libguestfs.git diff --git a/daemon/fill.c b/daemon/fill.c index a3e3d37..9ea00ab 100644 --- a/daemon/fill.c +++ b/daemon/fill.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -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) {