Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
1041ac80
Commit
1041ac80
authored
Dec 02, 2014
by
Thomas Jahns
🤸
Browse files
Add missing static declaration.
parent
a53be6fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_server.c
View file @
1041ac80
...
...
@@ -424,7 +424,9 @@ int cdiPioSerialOpenFileMap(int streamID)
/* for load-balancing purposes, count number of files per process */
/* cdiOpenFileCounts[rank] gives number of open files rank has to himself */
static
int
*
cdiSerialOpenFileCount
=
NULL
;
int
cdiPioNextOpenRank
()
static
int
cdiPioNextOpenRank
()
{
xassert
(
cdiSerialOpenFileCount
!=
NULL
);
int
commCollSize
=
commInqSizeColl
();
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment