On 10/06/14 18:36, Andy Grover wrote:
  struct mac_address {
-       u8_t addr[6];
+       union {
+               u8_t addr[6];
+               struct {
+                       u16_t first_2_bytes;
+                       u32_t last_4_bytes;
+               };
+       };
  };

This patch changes the size of struct mac_address from 6 into 8. That is probably unintended ?

Bart.

--
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to