]> granicus.if.org Git - sysstat/blobdiff - xml_stats.h
sa_common.c: Remove some dead code
[sysstat] / xml_stats.h
index 0d97bac31b44ad90d42211ce3e3857c691900059..df1bbcac0c6f8a6d4591133ab305e5f327dc15df 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * xml_stats.h: Include file used to display system statistics in XML.
- * (C) 1999-2015 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2020 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _XML_STATS_H
@@ -91,5 +91,13 @@ __print_funct_t xml_print_filesystem_stats
        (struct activity *, int, int, unsigned long long);
 __print_funct_t xml_print_fchost_stats
        (struct activity *, int, int, unsigned long long);
+__print_funct_t xml_print_softnet_stats
+       (struct activity *, int, int, unsigned long long);
+__print_funct_t xml_print_psicpu_stats
+       (struct activity *, int, int, unsigned long long);
+__print_funct_t xml_print_psiio_stats
+       (struct activity *, int, int, unsigned long long);
+__print_funct_t xml_print_psimem_stats
+       (struct activity *, int, int, unsigned long long);
 
 #endif /* _XML_STATS_H */