/*
- * $Id: Store.h,v 1.14 2005/01/03 16:08:25 robertc Exp $
+ * $Id: Store.h,v 1.15 2005/01/06 03:22:22 robertc Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
public:
/* The root store */
- static Store &Root();
+ static _SQUID_INLINE_ Store &Root();
static void Root(Store *);
static void Root(RefCount<Store>);
static void Stats(StoreEntry * output);
/*
- * $Id: neighbors.cc,v 1.327 2005/01/05 21:59:34 serassio Exp $
+ * $Id: neighbors.cc,v 1.328 2005/01/06 03:22:22 robertc Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
debug(15, 6) ("neighborsHtcpReply: %s %s\n",
htcp->hit ? "HIT" : "MISS", storeKeyText(key));
- if (NULL != (e = Store::Root().get(key)))
+ if (NULL != e)
mem = e->mem_obj;
if ((p = whichPeer(from)))