--------------------- PatchSet 3696 Date: 2006/09/06 19:30:47 Author: serassio Branch: nt Tag: (none) Log: Forgotten to remove awin32 stuff Members: src/cf.data.pre:1.18.2.80->1.18.2.81 src/fs/awin32/.cvsignore:1.1.2.2->1.1.2.3(DEAD) src/fs/awin32/StoreFSawin32.cc:1.1.2.2->1.1.2.3(DEAD) Index: squid3/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/cf.data.pre,v retrieving revision 1.18.2.80 retrieving revision 1.18.2.81 diff -u -r1.18.2.80 -r1.18.2.81 --- squid3/src/cf.data.pre 3 Sep 2006 18:47:59 -0000 1.18.2.80 +++ squid3/src/cf.data.pre 6 Sep 2006 19:30:47 -0000 1.18.2.81 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.18.2.80 2006/09/03 18:47:59 serassio Exp $ +# $Id: cf.data.pre,v 1.18.2.81 2006/09/06 19:30:47 serassio Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1113,16 +1113,6 @@ see argument descriptions under ufs above - The awin32 store type: - - "awin32" uses the same storage format as "ufs", utilizing - WIN32-threads to avoid blocking the main Squid process on - disk-I/O. This was formerly known in Squid as async-io. - - cache_dir awin32 Directory-Name Mbytes L1 L2 [options] - - see argument descriptions under ufs above - The diskd store type: "diskd" uses the same storage format as "ufs", utilizing a --- squid3/src/fs/awin32/.cvsignore Wed Feb 14 13:37:52 2007 +++ /dev/null Wed Feb 14 13:37:19 2007 @@ -1,2 +0,0 @@ -.deps -.dirstamp --- squid3/src/fs/awin32/StoreFSawin32.cc Wed Feb 14 13:37:52 2007 +++ /dev/null Wed Feb 14 13:37:19 2007 @@ -1,42 +0,0 @@ - -/* - * $Id: StoreFSawin32.cc,v 1.1.2.2 2005/01/01 18:50:17 serassio Exp $ - * - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; see the CREDITS file for full details. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. - * - * Copyright (c) 2003, Robert Collins - */ - -#include "squid.h" -#include "StoreFileSystem.h" -#include "fs/ufs/StoreFSufs.h" -#include "DiskIO/DiskIOModule.h" - -static StoreFSufs AufsInstance("WinDiskThreads", "awin32");