]> granicus.if.org Git - sysstat/blobdiff - svg_stats.h
sar/sadf: Test values returned by functions
[sysstat] / svg_stats.h
index 243c5ef8d784592983eba9299ef337d253091954..32aecc0d92606677659a5fcf75de8be1febb5964 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * svg_stats.h: Include file used to display system statistics in SVG format.
- * (C) 2016 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2016-2020 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SVG_STATS_H
@@ -113,5 +113,20 @@ __print_funct_t svg_print_huge_stats
 __print_funct_t svg_print_filesystem_stats
        (struct activity *, int, int, struct svg_parm *, unsigned long long,
         struct record_header *);
-       
+__print_funct_t svg_print_fchost_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+__print_funct_t svg_print_softnet_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+__print_funct_t svg_print_psicpu_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+__print_funct_t svg_print_psiio_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+__print_funct_t svg_print_psimem_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+
 #endif /* _SVG_STATS_H */