/*
- * $Id: store_client.cc,v 1.108 2002/04/13 23:07:51 hno Exp $
+ * $Id: store_client.cc,v 1.109 2002/04/16 22:43:38 wessels Exp $
*
* DEBUG: section 20 Storage Manager Client-Side Interface
* AUTHOR: Duane Wessels
storeLowestMemReaderOffset(const StoreEntry * entry)
{
const MemObject *mem = entry->mem_obj;
- off_t lowest = mem->inmem_hi + 1;
+ off_t lowest = mem->inmem_hi;
store_client *sc;
dlink_node *nx = NULL;
dlink_node *node;
/*
- * $Id: wccp.cc,v 1.20 2002/03/27 18:00:55 wessels Exp $
+ * $Id: wccp.cc,v 1.21 2002/04/16 22:43:38 wessels Exp $
*
* DEBUG: section 80 WCCP Support
* AUTHOR: Glenn Chisholm
0,
(struct sockaddr *) &from,
&from_len);
- debug(80, 3) ("wccpHandleUdp: %d bytes WCCP pkt from %s: type=%d, version=%d, change=%d, id=%d, number=%d\n",
+ debug(80, 3) ("wccpHandleUdp: %d bytes WCCP pkt from %s: type=%ld, version=%ld, change=%ld, id=%ld, number=%ld\n",
len,
inet_ntoa(from.sin_addr),
ntohl(wccp_i_see_you.type),