]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Mon, 29 May 2000 06:34:39 +0000 (06:34 +0000)
committerwessels <>
Mon, 29 May 2000 06:34:39 +0000 (06:34 +0000)
 - SHMBUFS and SHMBUF_BLKSZ are already defined in store_diskd.h.

src/fs/diskd/store_io_diskd.cc

index 221c8bc166b3eaca5f8a00cf1beade1b54d96257..bd95359216113f089d774f0b052df44d061ad0a7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_io_diskd.cc,v 1.7 2000/05/29 00:33:50 wessels Exp $
+ * $Id: store_io_diskd.cc,v 1.8 2000/05/29 00:34:39 wessels Exp $
  *
  * DEBUG: section 81    Squid-side DISKD I/O functions.
  * AUTHOR: Duane Wessels
@@ -45,14 +45,6 @@ static int storeDiskdSend(int, SwapDir *, int, storeIOState *, int, int, int);
 static void storeDiskdIOCallback(storeIOState * sio, int errflag);
 static void storeDiskdIOFreeEntry(void *sio, int foo);
 
-/*
- * SHMBUFS is the number of shared memory buffers to allocate for
- * Each SwapDir.
- */
-#define SHMBUFS 96
-#define SHMBUF_BLKSZ SM_PAGE_SIZE
-
-
 /* === PUBLIC =========================================================== */
 
 storeIOState *