missing epicsShareFunc for casStatsFetch

Bug #999167 reported by Helge Brands
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
EPICS Base
Fix Released
Undecided
Unassigned

Bug Description

for Windows it is not possible to access the function casStatsFetch because of a missing epicsShareFunc in the file src/rsrv/rsrv.h

old:
void casStatsFetch ( unsigned *pChanCount, unsigned *pConnCount );

new:
epicsShareFunc void casStatsFetch ( unsigned *pChanCount, unsigned *pConnCount );

Revision history for this message
Andrew Johnson (anj) wrote :

Thanks Helge, I've committed this change to the 3.14 branch and added a patch file to the Known Problems page.

Changed in epics-base:
status: New → Fix Committed
Revision history for this message
Andrew Johnson (anj) wrote :

Fix committed in 3.14.12.3 release.

Changed in epics-base:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.