]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ipc/StoreMap.h
Made Ipc::StoreMap::Shared public to make ICC compiler happier.
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 14 Sep 2011 20:07:28 +0000 (14:07 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Wed, 14 Sep 2011 20:07:28 +0000 (14:07 -0600)
commitf8f9844197ebec9835f211e1f4e0e9d791e850c6
treee87b8ebe248a1f5309de2459221be73e51b0ba74
parent609fdb04bb544c7778b150d3fe261336b2eef557
Made Ipc::StoreMap::Shared public to make ICC compiler happier.

Ipc::StoreMap class kids need access to Shared::SharedMemorySize (at least) so
the Shared type declaration should be at least protected. Made it public
because the currently public Ipc::StoreMap::Owner typedef uses it.
src/ipc/StoreMap.h