]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Currently the fs related subsystem is broken in trunk, because of
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 31 Mar 2009 20:33:48 +0000 (23:33 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 31 Mar 2009 20:33:48 +0000 (23:33 +0300)
commit7b5b7ba854acb119d1b602bbacb205319310feb5
tree54f7d6304a28060c9ec6c5bb55c59d666a1a8479
parentd85b8894814a050a57492ca259732e4b6866eecf
Currently the fs related subsystem is broken in trunk, because of
linking problems. This patch:
 - Add the files fs/Module.cc,h which are similar to esi/Module.* files
 - Build a new library libfs.a
 - The  fs/aufs/StoreFSaufs.cc, fs/diskd/StoreFSdiskd.cc and
   fs/ufs/StoreFSufs.cc now contain just fake pointers
 - The FS::Init() method used to build  ufs, aufs and diskd filesystems.
 - The FS::Init method called in main.cc before the code which reads the
   config files. The FS::clean() currently does not used.
 - The coss file system initiated using the old way.
configure.in
src/Makefile.am
src/fs/Makefile.am
src/fs/Module.cc [new file with mode: 0644]
src/fs/Module.h [new file with mode: 0644]
src/fs/aufs/StoreFSaufs.cc
src/fs/diskd/StoreFSdiskd.cc
src/fs/ufs/StoreFSufs.cc
src/main.cc