
14 Mar
2014
14 Mar
'14
5:12 p.m.
Dear Przemyslaw Marczak,
In message bf85640549b0798b838145e9bad6dcc59454e7ae.1394807506.git.p.marczak@samsung.com you wrote:
This patch adds support to generate UUID (Universally Unique Identifier) in version 4 based on RFC4122, which is randomly.
...
+#define UUID_BIN_LEN 16
...
+struct uuid {
- unsigned int time_low;
- unsigned short time_mid;
- unsigned short time_hi_and_version;
- unsigned char clock_seq_hi_and_reserved;
- unsigned char clock_seq_low;
- unsigned char node[6];
+} __packed;
Maybe we should define UUID_BIN_LEN as sizeof(struct uuid) ?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
To the systems programmer, users and applications serve only to
provide a test load.