]> granicus.if.org Git - sysstat/commitdiff
json_stats.h: Replace XML -> JSON
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 23 Feb 2019 08:59:54 +0000 (09:59 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 23 Feb 2019 08:59:54 +0000 (09:59 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
json_stats.h

index 09dc438da10b0ecd5f4c623c55660b408646bfcf..3272a9a11f5435282a55fd379b67adac4d3fc480 100644 (file)
@@ -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 */