]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use anonymous unions and structs to organize shared space in mbuf(9),
authorGleb Smirnoff <glebius@FreeBSD.org>
Tue, 17 Feb 2015 20:52:51 +0000 (20:52 +0000)
committerGleb Smirnoff <glebius@FreeBSD.org>
Tue, 17 Feb 2015 20:52:51 +0000 (20:52 +0000)
commitee52391ebe79a5d4c726a5f0ca3e819736109990
treee02ab80764b545226d4d801e1cca50b3d4b2ca70
parent5508fc88ba535747904ab8d1d6ea7f4c8efde862
  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.
sys/kern/uipc_mbuf.c
sys/sys/mbuf.h