[Pkg-libvirt-commits] [libguestfs] 90/233: sysprep: Update comments.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:11:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 11b4fc88fb6c567a7384fc36ecef526ed71f6f42
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jan 21 11:16:21 2014 +0000

    sysprep: Update comments.
---
 sysprep/sysprep_operation.mli | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysprep/sysprep_operation.mli b/sysprep/sysprep_operation.mli
index 61dde72..eb89db4 100644
--- a/sysprep/sysprep_operation.mli
+++ b/sysprep/sysprep_operation.mli
@@ -16,14 +16,16 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *)
 
-(** Structure used to describe sysprep operations. *)
+(** Defines the interface between the main program and sysprep operations. *)
 
 val prog : string
 
 type flag = [ `Created_files ]
 
 type callback = Guestfs.guestfs -> string -> flag list
+(** [callback g root] is called to do work. *)
 
+(** Structure used to describe sysprep operations. *)
 type operation = {
   name : string;
   (** Operation name, also used to enable the operation on the command

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list