1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

hook: reverte change for making decimate hook compatible in path

This commit is contained in:
Steffen Vogel 2017-09-23 23:51:38 -06:00
parent 912c689f5d
commit 4ed3dbe837

View file

@ -87,7 +87,6 @@ static struct plugin p = {
.init = decimate_init,
.parse = decimate_parse,
.read = decimate_read,
.process= decimate_read,
.size = sizeof(struct decimate)
}
};