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:
parent
dccdd67242
commit
95188a57ea
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue