commit | f90ac55d9ed0dc978e236cc22c3922c5607f7c42 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@qualys.com> | Tue Jun 09 17:06:17 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 12 18:06:59 2015 +0200 |
tree | 2bd08257fe6b0f8ba94372b8453853540dab84b3 | |
parent | acd6b1f7675f05ea9c821b827423095b327f67a0 [diff] |
MINOR: lru: Add the possibility to free data when an item is removed Now, When a item is committed in an LRU tree, you can define a function to free data owned by this item. This function will be called when the item is removed from the LRU tree or when the tree is destroyed..