summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-08-28 14:28:26 +0100
committerRichard Jones <rjones@redhat.com>2010-09-01 10:00:30 +0100
commit7f1ecfc87eb45cab401394b980e15f8981511627 (patch)
treea53c8b68c02d49daced4a7b46ae133ccc12190b9 /src
parent41512f498b5f85a941ad165361b01135511fdd23 (diff)
downloadlibguestfs-7f1ecfc87eb45cab401394b980e15f8981511627.tar.gz
libguestfs-7f1ecfc87eb45cab401394b980e15f8981511627.tar.xz
libguestfs-7f1ecfc87eb45cab401394b980e15f8981511627.zip
Add progress messages to fill command.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/generator.ml2
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")],