comments for unions

edge.strict_endians
flatcap 2005-11-20 11:34:30 +00:00
parent 14821aa976
commit 0f7ee235ed
2 changed files with 6 additions and 5 deletions

View File

@ -228,9 +228,10 @@ GenNAttrIno(Compressed, COMPRESSED)
GenNAttrIno(Encrypted, ENCRYPTED)
GenNAttrIno(Sparse, SPARSE_FILE)
/*
* Union of all known attribute values. For convenience. Used in the attr
* structure.
/**
* union attr_val - Union of all known attribute values
*
* For convenience. Used in the attr structure.
*/
typedef union {
u8 _default; /* Unnamed u8 to serve as default when just using

View File

@ -1340,8 +1340,8 @@ typedef enum { /* Identifier authority. */
* (Built-in domain) S-1-5-0x20
*/
/*
* The SID_IDENTIFIER_AUTHORITY is a 48-bit value used in the SID structure.
/**
* union SID_IDENTIFIER_AUTHORITY - A 48-bit value used in the SID structure
*
* NOTE: This is stored as a big endian number.
*/