Move closer to having pluggable link types.
All link types now have a plink->precord pointer. Add link support entry tables for const, DB and CA link types. Route all link I/O options through the new plink->lset.
This commit is contained in:
@@ -108,7 +108,6 @@ static long add_record(dbCommon *pcommon)
|
||||
ppn = &pdevPvt->pn;
|
||||
|
||||
plink->type = PN_LINK;
|
||||
plink->value.pv_link.precord = pcommon;
|
||||
plink->value.pv_link.pvlMask &= pvlOptMsMode; /* Severity flags only */
|
||||
|
||||
ppn->usrPvt = prec;
|
||||
|
||||
Reference in New Issue
Block a user