diff options
author | Richard Jones <rjones@redhat.com> | 2010-08-28 14:28:26 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-01 10:00:30 +0100 |
commit | 7f1ecfc87eb45cab401394b980e15f8981511627 (patch) | |
tree | a53c8b68c02d49daced4a7b46ae133ccc12190b9 /src | |
parent | 41512f498b5f85a941ad165361b01135511fdd23 (diff) | |
download | libguestfs-7f1ecfc87eb45cab401394b980e15f8981511627.tar.gz libguestfs-7f1ecfc87eb45cab401394b980e15f8981511627.tar.xz libguestfs-7f1ecfc87eb45cab401394b980e15f8981511627.zip |
Add progress messages to fill command.
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index ec938503..b5c88e92 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4693,7 +4693,7 @@ partition table), C<gpt> (a GPT/EFI-style partition table). Other values are possible, although unusual. See C<guestfs_part_init> for a full list."); - ("fill", (RErr, [Int "c"; Int "len"; Pathname "path"]), 215, [], + ("fill", (RErr, [Int "c"; Int "len"; Pathname "path"]), 215, [Progress], [InitBasicFS, Always, TestOutputBuffer ( [["fill"; "0x63"; "10"; "/test"]; ["read_file"; "/test"]], "cccccccccc")], |