Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Epics Base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lnf-da-control
Epics Base
Commits
c1cebc89
Commit
c1cebc89
authored
12 years ago
by
Andrew Johnson
Browse files
Options
Downloads
Patches
Plain Diff
rsrv: Add epicsShareFunc to casStatsFetch()
Fixes lp:999167
parent
4982a630
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rsrv/rsrv.h
+3
-3
3 additions, 3 deletions
src/rsrv/rsrv.h
with
3 additions
and
3 deletions
src/rsrv/rsrv.h
+
3
−
3
View file @
c1cebc89
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment