/*
- * $Id: store.cc,v 1.504 1999/06/24 20:20:12 wessels Exp $
+ * $Id: store.cc,v 1.505 1999/06/24 20:26:31 wessels Exp $
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Harvest Derived
static int storeKeepInMemory(const StoreEntry *);
static OBJH storeCheckCachableStats;
static EVH storeLateRelease;
+#if HEAP_REPLACEMENT
static heap_key_func HeapKeyGen_StoreEntry_LFUDA;
static heap_key_func HeapKeyGen_StoreEntry_GDSF;
static heap_key_func HeapKeyGen_StoreEntry_LRU;
+#endif
/*
* local variables
mem->reply = httpReplyCreate();
}
+#if HEAP_REPLACEMENT
void
storeHeapPositionUpdate(StoreEntry * e)
{
if (e->mem_obj->node)
heap_update(inmem_heap, e->mem_obj->node, e);
}
+#endif