Eliminate macro _XPVIO_TAIL by inlining it within struct xpvio.
authorNicholas Clark <nick@ccl4.org>
Mon, 28 Jun 2010 15:45:01 +0000 (16:45 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 28 Jun 2010 21:53:59 +0000 (22:53 +0100)
commitc951e2ad069531f80b857752d3795306ce8bba2d
tree869adaac000c1c085d6be4b4f579c8667c7721fb
parentfbb488de4b1b2c9d6a85cec051a1757cf4b8a728
Eliminate macro _XPVIO_TAIL by inlining it within struct xpvio.

_XPVIO_TAIL was added in 167f2c4d08e1e800, but has only been used in 1 location
since xpvio_allocated was removed in b6f609162799aa49. This restores the header
layout to the situation as it was before 167f2c4d08e1e800, although there are
changes to the structure itself.
sv.h