]> git.ipfire.org Git - thirdparty/squid.git/commit
Make StoreEntry provide Packable interface
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Apr 2015 14:20:17 +0000 (07:20 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Apr 2015 14:20:17 +0000 (07:20 -0700)
commit0f33a01dca1796a4d73eff791a911bb1fb709cc0
tree5a102d844d68d9528c78dfd56849a68ce5d66a59
parent07e6d76ea0db1d2376afa03d7c487aacf08a4354
Make StoreEntry provide Packable interface

Preparation for removal of C-style storeAppendPrintf()
functions and Packer wrapper class.
src/Store.h
src/store.cc
src/tests/stub_store.cc