]> git.ipfire.org Git - thirdparty/squid.git/commit
Added initial API for managing shared memory cache and its shared memory pages.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 31 Mar 2011 22:57:04 +0000 (16:57 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 31 Mar 2011 22:57:04 +0000 (16:57 -0600)
commit3e0ddf166d46df4ea36bdd8398111cda31b96fc5
tree2c6fe767eb673192796b53d1e342ec939a60fab3
parentd8a82533a7ef59f757d60645c04dfdb4eb5553d1
Added initial API for managing shared memory cache and its shared memory pages.
src/ipc/Makefile.am
src/ipc/mem/Page.cc [new file with mode: 0644]
src/ipc/mem/Page.h [new file with mode: 0644]
src/ipc/mem/PagePool.cc [new file with mode: 0644]
src/ipc/mem/PagePool.h [new file with mode: 0644]
src/ipc/mem/Pages.cc [new file with mode: 0644]
src/ipc/mem/Pages.h [new file with mode: 0644]