]> err.no Git - varnish/commit
Add a binary heap implementation for keeping track of objects expiry time.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 21 Jun 2006 08:09:02 +0000 (08:09 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 21 Jun 2006 08:09:02 +0000 (08:09 +0000)
commitb5daac869e021ea9e03bc16e655e197506716c40
tree9ca901f7b536a6d6f04ed6968e5ad80e783e6151
parentbeba9ddb21f0731d3a4a0ff004fc41546b2fe154
Add a binary heap implementation for keeping track of objects expiry time.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@217 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/include/Makefile.am
varnish-cache/include/binary_heap.h [new file with mode: 0644]
varnish-cache/lib/libvarnish/Makefile.am
varnish-cache/lib/libvarnish/binary_heap.c [new file with mode: 0644]
varnish-cache/lib/libvcl/vcl_fixed_token.c