Generated code for drop-caches command.
[libguestfs.git] / ocaml / guestfs.mli
index 60ec056..5baf995 100644 (file)
@@ -454,3 +454,6 @@ val cp_a : t -> string -> string -> unit
 val mv : t -> string -> string -> unit
 (** move a file *)
 
+val drop_caches : t -> int -> unit
+(** drop kernel page cache, dentries and inodes *)
+