We count last activity in time_update nowadays, so use that to compare

idle timeouts as well.
This commit is contained in:
martin 2007-10-14 23:44:49 +00:00
parent 04d80981e9
commit 27701280d7
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
* i4b_global.h - i4b global include file
* --------------------------------------
*
* $Id: i4b_global.h,v 1.7 2006/06/07 22:34:04 kardel Exp $
* $Id: i4b_global.h,v 1.8 2007/10/14 23:44:49 martin Exp $
*
* $FreeBSD$
*
@ -72,7 +72,7 @@
#if defined(__NetBSD__) /* after timecounter merge */
#define TIMEOUT_FUNC_T void *
#define SECOND time_second
#define SECOND time_uptime
#define MICROTIME(x) getmicrotime(&(x))
#endif /* __NetBSD__ */