Skip to content
Snippets Groups Projects
Commit c1cebc89 authored by Andrew Johnson's avatar Andrew Johnson
Browse files

rsrv: Add epicsShareFunc to casStatsFetch()

Fixes lp:999167
parent 4982a630
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,7 @@
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos National Laboratory.
* EPICS BASE Versions 3.13.7
* and higher are distributed subject to a Software License Agreement found
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
......@@ -31,7 +30,8 @@ epicsShareFunc void epicsShareAPI casHostNameInitiatingCurrentThread (
char * pBuf, unsigned bufSize );
epicsShareFunc void epicsShareAPI casUserNameInitiatingCurrentThread (
char * pBuf, unsigned bufSize );
void casStatsFetch ( unsigned *pChanCount, unsigned *pConnCount );
epicsShareFunc void casStatsFetch (
unsigned *pChanCount, unsigned *pConnCount );
#define RSRV_OK 0
#define RSRV_ERROR (-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment