mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase local reserved (high && low) storage in each command
structure from 2 to 3 words.
This commit is contained in:
parent
b4110d4604
commit
bcec98969f
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ typedef struct tmd_cmd {
|
|||
uint32_t longs[QCDS / sizeof (uint32_t)];
|
||||
uint16_t shorts[QCDS / sizeof (uint16_t)];
|
||||
uint8_t bytes[QCDS];
|
||||
} cd_lreserved[2], cd_hreserved[2];
|
||||
} cd_lreserved[3], cd_hreserved[3];
|
||||
} tmd_cmd_t;
|
||||
|
||||
/* defined tags */
|
||||
|
|
|
|||
Loading…
Reference in a new issue