Distributed File System 1
Distributed file system in C
Loading...
Searching...
No Matches
UUID Struct Reference

UUID type Layout taken from: https://en.wikipedia.org/wiki/Universally_unique_identifier#Binary_representation. More...

#include <uuid.h>

Public Attributes

uint32_t id1
 time_high wire format
uint16_t id2
 time_low wire format
uint16_t id3
 reserved wire format
uint16_t id4
 family wire format
uint64_t id5: 48
 node wire format

Detailed Description

Member Data Documentation

◆ id1

uint32_t UUID::id1

time_high wire format

◆ id2

uint16_t UUID::id2

time_low wire format

◆ id3

uint16_t UUID::id3

reserved wire format

◆ id4

uint16_t UUID::id4

family wire format

◆ id5

uint64_t UUID::id5

node wire format


The documentation for this struct was generated from the following file: