Hint at the intended usage for the "ll" field of struct uuid_private.

Discussed with:	kib
MFC after:	1 week
This commit is contained in:
markj 2017-06-13 15:37:04 +00:00
parent 9c3f448df0
commit 18607dc92f

View File

@ -58,7 +58,7 @@ CTASSERT(sizeof(struct uuid) == 16);
/* We use an alternative, more convenient representation in the generator. */
struct uuid_private {
union {
uint64_t ll; /* internal. */
uint64_t ll; /* internal, for uuid_last only */
struct {
uint32_t low;
uint16_t mid;