/*
- * $Id: delay_pools.cc,v 1.25 2002/07/20 12:30:04 hno Exp $
+ * $Id: delay_pools.cc,v 1.26 2002/09/24 21:29:31 robertc Exp $
*
* DEBUG: section 77 Delay Pools
* AUTHOR: David Luyer <david@luyer.net>
#if DELAY_POOLS
#include "squid.h"
+#include "StoreClient.h"
struct _class1DelayPool {
int class;
continue;
if (sc->type != STORE_MEM_CLIENT)
continue;
- wanted = sc->copy_size;
+ wanted = sc->copyInto.length;
if (wanted > max)
wanted = max;
i = delayBytesWanted(sc->delay_id, i, wanted);
continue;
if (sc->type != STORE_MEM_CLIENT)
continue;
- j = delayBytesWanted(sc->delay_id, 0, sc->copy_size);
+ j = delayBytesWanted(sc->delay_id, 0, sc->copyInto.length);
if (j > jmax) {
jmax = j;
d = sc->delay_id;