]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ipc/mem/Segment.h
Unlink shared segments used by memory cache, using RunnersRegistry API.
authorDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Tue, 19 Apr 2011 03:56:16 +0000 (07:56 +0400)
committerDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Tue, 19 Apr 2011 03:56:16 +0000 (07:56 +0400)
commitc011f9bc30434b5376ebe9bbd338bdd46fc49e5d
treeca652b399e530953b053816cefe5f487aa88f9b8
parentfa61cefe6486fe4f7ff291af66f2d182fcebf88a
Unlink shared segments used by memory cache, using RunnersRegistry API.

Implement static Unlink() method for Ipc::Mem::Segment and other shared
classes.
12 files changed:
src/MemStore.cc
src/ipc/StoreMap.cc
src/ipc/StoreMap.h
src/ipc/mem/PagePool.cc
src/ipc/mem/PagePool.h
src/ipc/mem/PageStack.cc
src/ipc/mem/PageStack.h
src/ipc/mem/Pages.cc
src/ipc/mem/Pages.h
src/ipc/mem/Segment.cc
src/ipc/mem/Segment.h
src/main.cc