]> git.ipfire.org Git - thirdparty/squid.git/commit
Changed where we move PRIVATE entries to the TAIL of the LRU list.
authorwessels <>
Sun, 26 Jul 1998 13:01:18 +0000 (13:01 +0000)
committerwessels <>
Sun, 26 Jul 1998 13:01:18 +0000 (13:01 +0000)
commitd5bd7c414c1663cd4f60beab7a4918ef0783a9c9
treef882500f5ca944de4d1f8b8c62a17f2a87c44336
parentd150898abe26c5b9505dcad3be64856e091a1b7a
Changed where we move PRIVATE entries to the TAIL of the LRU list.
Instead of doing it in storeExpireNow, now we do it in storeHashInsert.
this saves double calls to dlink routines.  private entries which later
become public should be safe because they will become public before
they are fully unlocked
src/store.cc