X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-df%2Fvirt_df.mli;h=2815d9b071f04fc00bab07f37b01cf6dc2f2956c;hb=fc96d842a5276a27f528fbfb382b8a4afaeb2819;hp=f35e0dbad8ed4372f95b124f9cd41f575dffe126;hpb=ba79ebe073b88ef611dea4e508d96962a65101b1;p=virt-df.git diff --git a/virt-df/virt_df.mli b/virt-df/virt_df.mli index f35e0db..2815d9b 100644 --- a/virt-df/virt_df.mli +++ b/virt-df/virt_df.mli @@ -37,8 +37,14 @@ val inodes : bool ref (** Display inodes. *) val human : bool ref (** Display human-readable. *) val all : bool ref (** Show all or just active domains. *) val test_files : string list ref (** In test mode (-t) list of files. *) +val csv_mode : bool ref (** CSV mode. *) (** State of command line arguments. *) +val csv_write : (out_channel -> string list -> unit) option ref +(** If virt_df_csv.ml is compiled in then this hook is overridden with + a function to write a single line to a CSV file. +*) + (** {2 Domain/device model}