X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=6f77bb936ade97927edfb312e332d085ef3e5bd1;hp=564f16397ea644013e626a1760e8fbe2be4c325d;hb=b6adf09c4d2cc3f1d0285950c151b1fd7688ec67;hpb=c41fe04a652437c920acb0e820762c53bf44a139 diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 564f163..6f77bb9 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -220,6 +220,9 @@ val add_drive : t -> string -> unit val add_cdrom : t -> string -> unit (** add a CD-ROM disk image to examine *) +val add_drive_ro : t -> string -> unit +(** add a drive in snapshot mode (read-only) *) + val config : t -> string -> string option -> unit (** add qemu parameters *) @@ -601,3 +604,6 @@ val find : t -> string -> string array val e2fsck_f : t -> string -> unit (** check an ext2/ext3 filesystem *) +val sleep : t -> int -> unit +(** sleep for some seconds *) +