New realm selector timestamp
The timestamp always existed, but the selector was missing. It's needed for incremental xdumps.
This commit is contained in:
parent
0a3c347bba
commit
8745929ea7
1 changed files with 2 additions and 0 deletions
|
@ -542,6 +542,8 @@ struct castr realm_ca[] = {
|
|||
{NSC_SHORT, 0, 0, fldoff(realmstr, r_xh), "xh", EF_BAD},
|
||||
{NSC_SHORT, 0, 0, fldoff(realmstr, r_yl), "yl", EF_BAD},
|
||||
{NSC_SHORT, 0, 0, fldoff(realmstr, r_yh), "yh", EF_BAD},
|
||||
{NSC_TIME, NSC_EXTRA, 0, fldoff(realmstr, r_timestamp), "timestamp",
|
||||
EF_BAD},
|
||||
{NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue