Page MenuHomeFreeBSD

kqueue: Define older kqueue event types better
ClosedPublic

Authored by imp on Nov 19 2021, 3:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 28, 3:11 PM
Unknown Object (File)
Sat, Apr 27, 2:52 PM
Unknown Object (File)
Mar 7 2024, 4:09 PM
Unknown Object (File)
Jan 16 2024, 12:13 AM
Unknown Object (File)
Dec 21 2023, 12:53 PM
Unknown Object (File)
Dec 20 2023, 12:56 AM
Unknown Object (File)
Sep 9 2023, 10:23 PM
Unknown Object (File)
Sep 6 2023, 2:56 AM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42873
Build 39761: arc lint + arc unit