projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02a5cb5
)
virt plugin: fix old-style function definitions
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 6 Mar 2016 11:00:24 +0000
(12:00 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 6 Mar 2016 11:00:24 +0000
(12:00 +0100)
src/virt.c
patch
|
blob
|
history
diff --git
a/src/virt.c
b/src/virt.c
index
b9da68e
..
1340dba
100644
(file)
--- a/
src/virt.c
+++ b/
src/virt.c
@@
-833,7
+833,7
@@
refresh_lists (void)
}
static void
-free_domains ()
+free_domains (
void
)
{
int i;
@@
-866,7
+866,7
@@
add_domain (virDomainPtr dom)
}
static void
-free_block_devices ()
+free_block_devices (
void
)
{
int i;