]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: Bugfixes for store rebuilding and diskd linking
authorrobertc <>
Fri, 24 Jan 2003 03:59:10 +0000 (03:59 +0000)
committerrobertc <>
Fri, 24 Jan 2003 03:59:10 +0000 (03:59 +0000)
commit822b78b598a6b9dd6fdb36a35791fb00deecd378
tree32cceea99035d37a75f227bc9dc60081bdd13e40
parent6f0aa791175d35f54f8447b99de403a0930f50bb
Summary: Bugfixes for store rebuilding and diskd linking
Keywords:

diskd wouldn't link if virtual methods were called from
RebuildState::*. Splitting out the diomsg struct needed by
diskd solves this.
Store rebuilding occasionally calls methods on foreign swapdirs,
we must use the swapdir for that store entry, not our own.
src/fs/diskd/dio.h [new file with mode: 0644]
src/fs/diskd/diskd.cc
src/fs/diskd/store_diskd.h
src/fs/ufs/store_dir_ufs.cc
src/ufscommon.cc
src/ufscommon.cci
src/ufscommon.h