]> git.ipfire.org Git - thirdparty/squid.git/commit
Started working on swap headers and meta data. I changed the Get/Add
authorwessels <>
Tue, 3 Feb 1998 14:35:25 +0000 (14:35 +0000)
committerwessels <>
Tue, 3 Feb 1998 14:35:25 +0000 (14:35 +0000)
commit69c01cd7243ee648a7b70282c138d0d651cd5329
tree1fce872d8bff2446da284ee667ae275e88db992a
parenta200bbd2e122baaa36d2deed6590c97de40961b7
Started working on swap headers and meta data.  I changed the Get/Add
routines to something which Packs/Unpacks the whole buffer to/from a
linked list of TLV structures.  The hard part now is that the swapin
and swapout routines most certainly need to be modified to have
special read/write meta header code.
13 files changed:
src/defines.h
src/enums.h
src/globals.h
src/protos.h
src/store.cc
src/store_client.cc
src/store_key_md5.cc
src/store_rebuild.cc
src/store_swapin.cc
src/store_swapmeta.cc
src/store_swapout.cc
src/structs.h
src/typedefs.h