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

limit_rate: also limit when reading

This commit is contained in:
Steffen Vogel 2018-06-12 23:04:03 +02:00
parent dccdd67242
commit 95188a57ea

View file

@ -130,6 +130,7 @@ static struct plugin p = {
.priority = 99,
.init = limit_rate_init,
.parse = limit_rate_parse,
.read = limit_rate_write,
.write = limit_rate_write,
.process= limit_rate_write,
.size = sizeof(struct limit_rate)