We count last activity in time_update nowadays, so use that to compare
idle timeouts as well.
This commit is contained in:
parent
04d80981e9
commit
27701280d7
|
@ -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__ */
|
||||
|
|
Loading…
Reference in New Issue