On 16 February 2012 11:06, Kevin Wolf <kw...@redhat.com> wrote: > What are all these m_ and mh_ prefixes for struct fields even about? > When I have an mbuf, I know perfectly well that it is one, and that > m_hdr is a header of it.
That's the dead hand of Sixth Edition Unix and its C compiler that put all struct fields in a single namespace... -- PMM