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, Sep 8, 9:16 PM
Unknown Object (File)
Thu, Sep 5, 5:02 PM
Unknown Object (File)
Thu, Sep 5, 10:58 AM
Unknown Object (File)
Wed, Sep 4, 8:50 AM
Unknown Object (File)
Aug 19 2024, 2:38 AM
Unknown Object (File)
Aug 15 2024, 11:31 PM
Unknown Object (File)
Aug 10 2024, 4:51 PM
Unknown Object (File)
Aug 10 2024, 4:50 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