summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dc6f54c)
raw | patch | inline | side by side (parent: dc6f54c)
author | Florian Forster <octo@collectd.org> | |
Wed, 3 Aug 2016 05:19:28 +0000 (07:19 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 3 Aug 2016 05:19:30 +0000 (07:19 +0200) |
src/xencpu.c | patch | blob | history |
diff --git a/src/xencpu.c b/src/xencpu.c
index 2b87235025d09f357e3078ae739b5eef34e3dcf4..ab053965a85ae670ab3a902b0b5d3e19c2ce3314 100644 (file)
--- a/src/xencpu.c
+++ b/src/xencpu.c
{
ERROR ("xencpu: xc_interface_open() failed");
return (-1);
- };
+ }
xc_physinfo_t *physinfo;
xc_interface_close(xc_handle);
free(physinfo);
return (-1);
- };
+ }
num_cpus = physinfo->nr_cpus;
free(physinfo);