summaryrefslogtreecommitdiff
path: root/src/bootchart/svg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootchart/svg.h')
-rw-r--r--src/bootchart/svg.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/bootchart/svg.h b/src/bootchart/svg.h
index f0fb1a7ce7..75efa22614 100644
--- a/src/bootchart/svg.h
+++ b/src/bootchart/svg.h
@@ -24,4 +24,14 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-int svg_do(const char *build);
+int svg_do(FILE *of,
+ const char *build,
+ struct list_sample_data *head,
+ struct ps_struct *ps_first,
+ int n_samples,
+ int pscount,
+ int n_cpus,
+ double graph_start,
+ double log_start,
+ double interval,
+ int overrun);