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 60ec056d..5baf9955 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -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 *) + |
