Page MenuHomeFreeBSD

kqueue: Define older kqueue event types better
ClosedPublic

Authored by imp on Nov 19 2021, 3:07 AM.
Tags
None
Referenced Files
F153260214: D33056.diff
Mon, Apr 20, 3:01 AM
Unknown Object (File)
Fri, Apr 17, 11:50 AM
Unknown Object (File)
Thu, Apr 16, 12:54 PM
Unknown Object (File)
Thu, Apr 16, 8:51 AM
Unknown Object (File)
Wed, Apr 15, 8:51 PM
Unknown Object (File)
Wed, Apr 15, 7:28 PM
Unknown Object (File)
Sun, Apr 5, 7:57 PM
Unknown Object (File)
Sun, Apr 5, 4:08 PM
Subscribers

Details

Summary

struct kqueue is designed to live in a restricted namespace, but the
older compat versions are not. Shift to using unsigned short instead
of u_short, unsigned int instead of u_int and the __*int*_t types
instead of the unprefiexed versions.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable