X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fcsv_output.mli;h=71838ebbd5069212deb792287ce593eac877a144;hb=42de3812f0bd97c3fa5114b39d9bb23c483d364b;hp=d5eab0fc3d05ba96019f7dcadd1053f275a031ce;hpb=90d14bc151e488972d33eefaac2242d9a6e07578;p=virt-top.git diff --git a/src/csv_output.mli b/src/csv_output.mli index d5eab0f..71838eb 100644 --- a/src/csv_output.mli +++ b/src/csv_output.mli @@ -1,5 +1,5 @@ (* 'top'-like tool for libvirt domains. - (C) Copyright 2007-2017 Richard W.M. Jones, Red Hat Inc. + (C) Copyright 2007-2021 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ This program is free software; you can redistribute it and/or modify @@ -19,9 +19,8 @@ (** CSV output functions. *) -(* Hook for [Opt_csv] to override (if present). *) -val csv_write : (string list -> unit) ref +val csv_set_filename : string -> unit val write_csv_header : bool * bool * bool * bool -> bool -> unit -val append_csv : Types.setup -> bool * bool * bool * bool -> Collect.stats -> unit +val append_csv : Types.setup -> bool * bool * bool * bool -> bool -> Collect.stats -> unit