]> git.ipfire.org Git - thirdparty/squid.git/commit
Resurrect the old API of eventDelete(func, NULL) deleting all events with that callback
authorhno <>
Sat, 2 Sep 2006 05:56:38 +0000 (05:56 +0000)
committerhno <>
Sat, 2 Sep 2006 05:56:38 +0000 (05:56 +0000)
commitaa93f2105e76f91c1188d6e4e1440a91edfcd5a4
tree48fdd771b3dac87b9d050f9cf861e027bfdc19ef
parent948078e3df4c6fad6cf601334d11d405b3a805c3
Resurrect the old API of eventDelete(func, NULL) deleting all events with that callback

The eventApi defines eventDelete(func, NULL) as a wildcard delete. Mainly
used on shutdown etc.
src/event.cc