(trtstr): New members ef_type and trt_uid.
(do_treaty): Initialize them. (treaty_ca): New selector uid.
This commit is contained in:
parent
ae9e7dad43
commit
bbc1ee8eb1
3 changed files with 5 additions and 0 deletions
|
@ -364,6 +364,7 @@ struct castr nchr_ca[] = {
|
|||
};
|
||||
|
||||
struct castr treaty_ca[] = {
|
||||
{NSC_SHORT, 0, 0, fldoff(trtstr, trt_uid), "uid", EF_BAD},
|
||||
{NSC_NATID, 0, 0, fldoff(trtstr, trt_cna), "cna", EF_BAD},
|
||||
{NSC_NATID, 0, 0, fldoff(trtstr, trt_cnb), "cnb", EF_BAD},
|
||||
{NSC_CHAR, 0, 0, fldoff(trtstr, trt_status), "status", EF_BAD},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue