X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=6c763631ace94b4305a0e6ae66c1d708e30212b0;hp=b9b9f52299206bc1e7a9922a191e545b95efcd2c;hb=ef499de8946cf4b8120ef7917b2e5d7f9115041f;hpb=b348eacbc4d84337856cf7cca518d61c63e92631 diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index b9b9f52..6c76363 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -160,6 +160,21 @@ val set_verbose : t -> bool -> unit val get_verbose : t -> bool (** get verbose mode *) +val is_ready : t -> bool +(** is ready to accept commands *) + +val is_config : t -> bool +(** is in configuration state *) + +val is_launching : t -> bool +(** is launching subprocess *) + +val is_busy : t -> bool +(** is busy processing a command *) + +val get_state : t -> int +(** get the current state *) + val mount : t -> string -> string -> unit (** mount a guest disk at a position in the filesystem *)