]> git.ipfire.org Git - thirdparty/squid.git/commit - src/fs/rock/RockSwapDir.h
When searching for a hit, ask each cache_dir after checking in store_table.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 30 Jan 2011 02:21:30 +0000 (19:21 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 30 Jan 2011 02:21:30 +0000 (19:21 -0700)
commit44def0f9e97f2ea527cdedb371abfc6d2b16edde
treeeaa2c6b173f7ca9a9c701a96d421bb9fe0e35490
parent2c4cd1ad0f52ee3928ea2e57f9ecbd209111850b
When searching for a hit, ask each cache_dir after checking in store_table.

This allows SMP cache_dirs to share their contents without constantly worrying
about keeping the worker-specific store_table in sync among workers.
src/SwapDir.cc
src/fs/rock/RockSwapDir.h
src/store_dir.cc