Skip to content
GitLab
Menu
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
60a8c119
Commit
60a8c119
authored
Aug 08, 2013
by
Thomas Jahns
🤸
Browse files
Clarify name of constant.
parent
6c8e51d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/pio_interface.c
View file @
60a8c119
...
...
@@ -43,7 +43,7 @@ static struct rdmaWin
}
*
txWin
=
NULL
;
char
*
funcMap
[
nFuncs
]
=
{
"streamOpen"
,
"streamDefVlist"
,
"streamClose"
};
char
*
funcMap
[
n
umRPC
Funcs
]
=
{
"streamOpen"
,
"streamDefVlist"
,
"streamClose"
};
float
cdiPIOpartInflate_
;
...
...
src/pio_rpc.h
View file @
60a8c119
...
...
@@ -29,15 +29,15 @@ enum
enum
{
nFuncs
=
3
,
n
umRPC
Funcs
=
3
,
STREAMOPEN
=
-
1
,
STREAMDEFVLIST
=
-
2
,
STREAMCLOSE
=
-
3
,
HEADERSIZEMARKER
=
-
nFuncs
-
1
,
PARTDESCMARKER
=
-
nFuncs
-
2
,
HEADERSIZEMARKER
=
-
n
umRPC
Funcs
-
1
,
PARTDESCMARKER
=
-
n
umRPC
Funcs
-
2
,
};
enum
{
MAXDATAFILENAME
=
256
,
MINFUNCID
=
STREAMCLOSE
,
MAXFUNCID
=
STREAMOPEN
};
extern
char
*
funcMap
[
nFuncs
];
extern
char
*
funcMap
[
n
umRPC
Funcs
];
struct
headerSize
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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