projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e0660f
)
Turbostat: complex read register is now useless
author
Vincent Brillault
<git@lerya.net>
Tue, 23 Sep 2014 19:40:46 +0000
(21:40 +0200)
committer
Vincent Brillault
<git@lerya.net>
Sat, 28 Feb 2015 06:35:41 +0000
(07:35 +0100)
src/turbostat.c
patch
|
blob
|
history
diff --git
a/src/turbostat.c
b/src/turbostat.c
index
2f07a58
..
276159d
100644
(file)
--- a/
src/turbostat.c
+++ b/
src/turbostat.c
@@
-1450,7
+1450,7
@@
err:
}
static int
-turbostat_read(
user_data_t * not_use
d)
+turbostat_read(
voi
d)
{
int ret;
@@
-1532,7
+1532,7
@@
turbostat_init(void)
DO_OR_GOTO_ERR(setup_all_buffers());
- plugin_register_
complex_read(NULL, PLUGIN_NAME, turbostat_read, NULL, NULL
);
+ plugin_register_
read(PLUGIN_NAME, turbostat_read
);
return 0;
err: