commit | c26ac9deeabe3af21a90c97b4fd626430d178b0f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 29 13:23:11 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Oct 29 13:33:42 2012 +0100 |
tree | 6b0564cfc4e8bbc6aedcab8cd736897b6a0e8b7d | |
parent | acbbe900e2aa51accbd2665da7ee822e87b73c32 [diff] |
MINOR: chunk: add a function to reset a chunk This is a first step in avoiding to constantly reinitialize chunks. It replaces the old chunk_reset() which was not properly named as it used to drop everything and was only used by chunk_destroy(). It has been renamed chunk_drop().