From: Sebastien GODARD Date: Sat, 23 Feb 2019 08:59:54 +0000 (+0100) Subject: json_stats.h: Replace XML -> JSON X-Git-Tag: v12.1.4~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49faea0d89adb3337fb9a575b346e8907f56ae3b;p=sysstat json_stats.h: Replace XML -> JSON Signed-off-by: Sebastien GODARD --- diff --git a/json_stats.h b/json_stats.h index 09dc438..3272a9a 100644 --- a/json_stats.h +++ b/json_stats.h @@ -14,7 +14,7 @@ *************************************************************************** */ -/* Functions used to display statistics in XML */ +/* Functions used to display statistics in JSON */ __print_funct_t json_print_cpu_stats (struct activity *, int, int, unsigned long long); __print_funct_t json_print_pcsw_stats @@ -94,4 +94,4 @@ __print_funct_t json_print_fchost_stats __print_funct_t json_print_softnet_stats (struct activity *, int, int, unsigned long long); -#endif /* _XML_STATS_H */ +#endif /* _JSON_STATS_H */