24 #ifndef STATS_CSV_H_INCLUDED
25 #define STATS_CSV_H_INCLUDED 1
35 gboolean with_header, gboolean without_orphaned, gboolean *cancelled);
void stats_generate_csv_or_kv(StatsCSVRecordFunc process_record, gpointer user_data, gboolean csv, gboolean with_header, gboolean without_orphaned, gboolean *cancelled)
Definition: stats-csv.c:125
GString * stats_csv_format_counter(StatsCluster *sc, gint type, StatsCounterItem *counter)
Definition: stats-csv.c:63
void(* StatsCSVRecordFunc)(const char *record, gpointer user_data)
Definition: stats-csv.h:30
Definition: stats-cluster.h:155
Definition: stats-counter.h:67