Generated code for ping-daemon command.
[libguestfs.git] / ocaml / guestfs.mli
index 5baf995..125fa97 100644 (file)
@@ -457,3 +457,9 @@ val mv : t -> string -> string -> unit
 val drop_caches : t -> int -> unit
 (** drop kernel page cache, dentries and inodes *)
 
+val dmesg : t -> string
+(** return kernel messages *)
+
+val ping_daemon : t -> unit
+(** ping the guest daemon *)
+