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:
Andrew Johnson
2015-07-22 14:56:48 -05:00
16 changed files with 316 additions and 280 deletions

View File

@@ -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;