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:
parent
46d23b8efe
commit
8ed9cabb66
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ static struct plugin p = {
|
|||
.init = decimate_init,
|
||||
.parse = decimate_parse,
|
||||
.read = decimate_read,
|
||||
.process= decimate_read,
|
||||
.size = sizeof(struct decimate)
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue