]> git.ipfire.org Git - thirdparty/bird.git/commit
Event handlers no longer return re-queue flag. Instead of using it, just
authorMartin Mares <mj@ucw.cz>
Thu, 27 Apr 2000 22:28:49 +0000 (22:28 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 27 Apr 2000 22:28:49 +0000 (22:28 +0000)
commit8f6accb5bb26d534576e086894c107387f67906a
treeb7c02cbdaca870a6f86e0110d2b1d270f5c89d77
parent987de54578ce4053d737c64ea924a32f46a441a7
Event handlers no longer return re-queue flag. Instead of using it, just
call ev_schedule() on the same handler which should work perfectly now.
conf/conf.c
lib/event.c
lib/event.h
nest/locks.c
nest/proto.c
nest/rt-table.c