-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
The DBENTRY entry struct has no name in base 15.9
https://github.com/epics-base/epics-base/blob/a7826646c0dd6358377ed58e27c211682587efa2/src/ioc/dbStatic/dbStaticLib.h#L49-L58
So this function argument results in a compiler error
asyn/asyn/devEpics/devEpicsPvt.c
Lines 18 to 19 in e2a281e
| void dbInitEntryFromRecord(struct dbCommon *prec, | |
| struct dbEntry *pdbentry) |
This should use DBENTRY* instead of struct dbEntry *.
Metadata
Metadata
Assignees
Labels
No labels