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:
Mark Johnston 2017-06-13 15:37:04 +00:00
parent 92b66dbe4d
commit 46514e7d76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319902

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;