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

Add missing dir_t area_tag field

parent d880db31
No related branches found
No related tags found
No related merge requests found
...@@ -395,7 +395,8 @@ struct.dir_t={ ...@@ -395,7 +395,8 @@ struct.dir_t={
max_age: {bytes:UINT16_T, type:"int"}, max_age: {bytes:UINT16_T, type:"int"},
upload_credit_pct: {bytes:UINT16_T, type:"int"}, upload_credit_pct: {bytes:UINT16_T, type:"int"},
download_credit_pct: {bytes:UINT16_T, type:"int"}, download_credit_pct: {bytes:UINT16_T, type:"int"},
__PADDING__: {bytes:49} area_tag: {bytes:41, type:"str"},
__PADDING__: {bytes:8}
}; };
struct.lib_t={ struct.lib_t={
description: {bytes:LEN_GLNAME+1, type:"str"}, description: {bytes:LEN_GLNAME+1, type:"str"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment