diff options
Diffstat (limited to 'ocaml/guestfs.mli')
-rw-r--r-- | ocaml/guestfs.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 810c49a4..125fa979 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 *) + |