]> git.ipfire.org Git - thirdparty/bird.git/commit
Events now return a value. If it's non-zero, the event is re-queued
authorMartin Mares <mj@ucw.cz>
Fri, 29 Oct 1999 12:08:49 +0000 (12:08 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 29 Oct 1999 12:08:49 +0000 (12:08 +0000)
commit0d70292d88276a9883ab8bc15b00e6a2e2fe4487
tree19985b61964aacd88b239cefbea547cca85eccb9
parent92af6f309b9283482384bd9bbd0351cd71e3cf1d
Events now return a value.  If it's non-zero, the event is re-queued
for processing in next event cycle. This can be used to prevent background
actions (hint: user commands) from hogging the CPU for too long time.
lib/event.c
lib/event.h
nest/proto.c
nest/rt-table.c