CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/01/02 19:16:38

Modified files:
        sys/kern       : kern_timeout.c 
        sys/sys        : timeout.h 
        share/man/man9 : timeout.9 

Log message:
timeout(9): Add timeout_set_flags(9) and TIMEOUT_INITIALIZER_FLAGS(9)

These allow the caller to initialize timeouts with arbitrary flags.  We
only have one flag at the moment, TIMEOUT_PROC, but experimenting with
other flags is easier if these interfaces are available in-tree.

With input from bluhm@, guenther@, and visa@.

"makes sense to me" bluhm@, ok visa@

Reply via email to