Implement progress messages in the daemon and library.
authorRichard Jones <rjones@redhat.com>
Sat, 28 Aug 2010 09:33:24 +0000 (10:33 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 31 Aug 2010 18:27:34 +0000 (19:27 +0100)
commite776a46ffcbede6d9b030dbc8f6ab32500b325ec
tree0ccab8e3751abf91b83f987c76b18e4f1cf00ed5
parenta8a44cecbadfd21c7f0483f8c1cdb355d08960a4
Implement progress messages in the daemon and library.

This implements progress notification messages in the daemon, and
adds a callback in the library to handle them.

No calls are changed so far, so in fact no progress messages can
be generated by this commit.

For more details, see:
https://www.redhat.com/archives/libguestfs/2010-July/msg00003.html
https://www.redhat.com/archives/libguestfs/2010-July/msg00024.html
daemon/daemon.h
daemon/proto.c
src/generator.ml
src/guestfs-internal.h
src/guestfs.c
src/guestfs.h
src/guestfs.pod
src/proto.c