]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: remove use of MEM_DLINK_NODE for custom link-list
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Apr 2016 08:27:42 +0000 (20:27 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Apr 2016 08:27:42 +0000 (20:27 +1200)
commit6215dc18cf73d93a66d3638758b8c4c4f9315da5
treeacab02336ccabd134d722cdd7b4a3a2166118fb9
parente6a663717146a00d292344800fdd6ac5d8e68843
Cleanup: remove use of MEM_DLINK_NODE for custom link-list

... implementation and replaces it all with a std::queue.

Also, de-duplicates the *Dequeue() functions by merging them into helper
class as a single nextRequest() getter method.
src/helper.cc
src/helper.h
src/mem/forward.h
src/mem/old_api.cc