HomeFreeBSD

Use anonymous unions and structs to organize shared space in mbuf(9),

Description

Use anonymous unions and structs to organize shared space in mbuf(9),

instead of preprocessor macros.

This will make debugger output of 'print *m' exactly match the names

we use in code, making life of a kernel hacker way more pleasant. And
this also allows to rename struct_m_ext back to m_ext.

Details

Provenance
glebiusAuthored on
Parents
rS278919: Make use of the newly introduced macros.
Branches
Unknown
Tags
Unknown

Event Timeline