]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ipc/mem/Segment.h
Moved ipc/SharedMemory to ipc/mem/ and renamed it to Ipc::Mem::Segment.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 31 Mar 2011 21:22:12 +0000 (15:22 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 31 Mar 2011 21:22:12 +0000 (15:22 -0600)
commitd8a82533a7ef59f757d60645c04dfdb4eb5553d1
treea5e746f0a306abbef39274c038ec1104a1843a41
parentbe17aa829fb87c6a8ca80cbe9329698e8c3ecc19
Moved ipc/SharedMemory to ipc/mem/ and renamed it to Ipc::Mem::Segment.

All IPC things are "shared" by default.

The new name is also more specific because there are other shared memory
structures such as queues and stacks (all using shared memory segments
internally though).
src/fs/rock/RockDirMap.h
src/ipc/Makefile.am
src/ipc/Queue.h
src/ipc/mem/PageStack.h
src/ipc/mem/Segment.cc [moved from src/ipc/SharedMemory.cc with 62% similarity]
src/ipc/mem/Segment.h [moved from src/ipc/SharedMemory.h with 78% similarity]