Now that we're caching request->ev, ensure it's updated and/or
authoraland <aland>
Wed, 18 Apr 2007 10:03:29 +0000 (10:03 +0000)
committeraland <aland>
Wed, 18 Apr 2007 10:03:29 +0000 (10:03 +0000)
commit8def2819bb67afa40edb85af9421e434fe704b6c
treecdf6c97db23bb948eca3865cde781863569096cb
parentd6713ad671fc4b412934d5dcd36489d9e74ceba0
Now that we're caching request->ev, ensure it's updated and/or
NULL'd when we run an event, delete an event, or insert a new
event.

Also put a macro around the calls to inserting events in event.c,
so that changes to the API can be done more easily.  It also makes
the code easier to understand, too
src/include/event.h
src/lib/event.c
src/main/event.c