(empfile, empfile_ca): New struct empfile member ef_uid.
This commit is contained in:
parent
2027ec8046
commit
898aaf3d3d
3 changed files with 33 additions and 31 deletions
|
@ -498,6 +498,7 @@ struct castr rpt_ca[] = {
|
|||
|
||||
struct castr empfile_ca[] = {
|
||||
{NSC_STRING, 0, 0, offsetof(struct empfile, name), "name", EF_BAD},
|
||||
{NSC_INT, 0, 0, offsetof(struct empfile, ef_uid), "uid", EF_BAD},
|
||||
{NSC_STRING, 0, 0, offsetof(struct empfile, file), "file_name", EF_BAD},
|
||||
{NSC_INT, 0, 0, offsetof(struct empfile, flags), "flags", EF_BAD},
|
||||
{NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue