X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=125fa979f89cd0b60bb75726c53672410ab2962a;hp=810c49a4b249da51846e0b9fc97622bcb5d46ad2;hb=8c3b820c2b687345448e3d74a7101b07ff32688e;hpb=632012e6419f04fab93909f92ecbab5a2c590447 diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 810c49a..125fa97 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -460,3 +460,6 @@ val drop_caches : t -> int -> unit val dmesg : t -> string (** return kernel messages *) +val ping_daemon : t -> unit +(** ping the guest daemon *) +