X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fproto.c;h=1fdb26c7628724840503932d502c5d11978deeab;hp=f3a3b26ca2018bb27c50ab2ef36873178bf6c07e;hb=11be64049ba3ce36e1be297d2d6f54abca079742;hpb=8bfca99b9ab5774ce8aa1086184479ebb98236b2 diff --git a/daemon/proto.c b/daemon/proto.c index f3a3b26..1fdb26c 100644 --- a/daemon/proto.c +++ b/daemon/proto.c @@ -425,6 +425,7 @@ receive_file (receive_cb cb, void *opaque) return 0; /* end of file */ } + /* Note that the callback can generate progress messages. */ if (cb) r = cb (opaque, chunk.data.data_val, chunk.data.data_len); else