]> git.ipfire.org Git - thirdparty/squid.git/commit
Use Blocking DiskIO module when runnining in a no-daemon mode.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 1 Feb 2011 20:18:27 +0000 (13:18 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 1 Feb 2011 20:18:27 +0000 (13:18 -0700)
commitc03c2bade2631aa8548db2b1aab1d9bd9667bdf5
tree140548b7a13c97a191135d0347d081c63daa168d
parenteccba1d9e7fd9fd6ce220b47c07867ac92e58d52
Use Blocking DiskIO module when runnining in a no-daemon mode.

We cannot use IpcIo module in no-daemon mode because there are no diskers
to communicate with. If our implementation is correct, IpcIo module should
contain no shared map or other rock-specific manipulations and, hence,
should not be required for Rock Store to work.
configure.ac
src/fs/rock/RockSwapDir.cc