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:
parent
9c3f448df0
commit
18607dc92f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user