Skip to content
Snippets Groups Projects
Commit d509b0aa authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Update validation set properties to the more verbose equivalents

exempt->exemptions, rest->restrictions, cdt->credits
parent 2d756d98
Branches
Tags
No related merge requests found
...@@ -191,9 +191,9 @@ struct.validation_set_t={ ...@@ -191,9 +191,9 @@ struct.validation_set_t={
flags2: {bytes:UINT32_T, type:"int"}, flags2: {bytes:UINT32_T, type:"int"},
flags3: {bytes:UINT32_T, type:"int"}, flags3: {bytes:UINT32_T, type:"int"},
flags4: {bytes:UINT32_T, type:"int"}, flags4: {bytes:UINT32_T, type:"int"},
cdt: {bytes:UINT32_T, type:"int"}, credits: {bytes:UINT32_T, type:"int"},
exempt: {bytes:UINT32_T, type:"int"}, exemptions: {bytes:UINT32_T, type:"int"},
rest: {bytes:UINT32_T, type:"int"}, restrictions: {bytes:UINT32_T, type:"int"},
__PADDING__:{bytes:16} __PADDING__:{bytes:16}
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment