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: allow decimate hook to be used in a path

This commit is contained in:
Steffen Vogel 2017-09-19 21:37:59 +02:00
parent 46d23b8efe
commit 8ed9cabb66

View file

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