CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/31 09:06:24
Modified files:
sys/kern : kern_time.c kern_timeout.c
sys/sys : timeout.h
Log message:
timeout: rename "timeout_at_ts" to "timeout_abs_ts"
I think "abs" ("absolute timeout") is a better mnemonic than
"at" ("at the given time").
The interface is undocumented and there are only two callers, so
renaming it is not a big deal.
probably ok kn@
