/*
- * $Id: comm_poll.cc,v 1.11 2003/03/04 01:40:27 robertc Exp $
+ * $Id: comm_poll.cc,v 1.12 2003/07/06 12:03:40 hno Exp $
*
* DEBUG: section 5 Socket Functions
*
/* NOTREACHED */
}
+ getCurrentTime();
+
debug(5, num ? 5 : 8) ("comm_poll: %d+%ld FDs ready\n", num, npending);
statHistCount(&statCounter.select_fds_hist, num);
/* Check timeout handlers ONCE each second. */
/*
- * $Id: comm_select.cc,v 1.69 2003/03/04 01:40:27 robertc Exp $
+ * $Id: comm_select.cc,v 1.70 2003/07/06 12:03:40 hno Exp $
*
* DEBUG: section 5 Socket Functions
*
if (num < 0 && !pending)
continue;
- debug(5, num ? 5 : 8) ("comm_select: %d+%d FDs ready at %d\n",
- num, pending, (int) squid_curtime);
+ getCurrentTime();
+
+ debug(5, num ? 5 : 8) ("comm_select: %d+%d FDs ready\n",
+ num, pending);
statHistCount(&statCounter.select_fds_hist, num);