| Summary: | kqueue/kevent man pages isn't specific about `timeout' | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Ronald F. Guilmette <rfg> |
| Component: | Books & Articles | Assignee: | John-Mark Gurney <jmg> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | rfg |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ronald F. Guilmette
2000-10-02 21:20:00 UTC
State Changed From-To: open->closed Document the fact that the time parameter is interpreted as a struct timespec. State Changed From-To: closed->open Jonathan, you're Mr. Kqueue :-). The question is (from a followup to the PR) == The problem is that it is not specified whether the timeout is treated as a _relative_ timespec or as an _absolute_ timespec. Just saying that it is a timespec does not resolve the issue. P.S. My own experiments seem to indicate that the timeout value is treated as being _relative_ to the present moment, i.e. the moment at which the call to kevent(2) is actually made. == Responsible Changed From-To: freebsd-doc->jlemon jlemon is Mr. kqueue State Changed From-To: open->feedback the documents say: If timeout is a non-NULL pointer, it specifies a maximum interval to wait interval to me implies relative. If you disagree, please provide correct wording (you don't have to provide a patch, but that'd be very nice). Responsible Changed From-To: jlemon->jmg the documents say: If timeout is a non-NULL pointer, it specifies a maximum interval to wait interval to me implies relative. If you disagree, please provide correct wording (you don't have to provide a patch, but that'd be very nice). State Changed From-To: feedback->closed guess the submitter doesn't disagree, close this |