
In any structure, a pointer-type field named 'the_XXX' means a pointer to
an object existing elsewhere and NOT owned by this structure, whereas all
pointer fields without the 'the_' prefix typically point to something owned
by this structure.


