]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bugzilla #271: diskd and comm_quick_poll_requrired
authorhno <>
Sun, 14 Apr 2002 22:10:03 +0000 (22:10 +0000)
committerhno <>
Sun, 14 Apr 2002 22:10:03 +0000 (22:10 +0000)
src/fs/diskd/store_dir_diskd.cc

index 9305f625acc42ddc61b27d3ba4c75cd425c4dcd8..32d66db52f92c7f8a4831aa845a6d920bfcda1c6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir_diskd.cc,v 1.64 2002/04/07 11:52:33 hno Exp $
+ * $Id: store_dir_diskd.cc,v 1.65 2002/04/14 16:10:03 hno Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -434,6 +434,7 @@ storeDiskdDirInit(SwapDir * sd)
        started_clean_event = 1;
     }
     (void) storeDirGetBlkSize(sd->path, &sd->fs.blksize);
+    comm_quick_poll_required();
 }