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
7f891274
Commit
7f891274
authored
Apr 08, 2016
by
Thomas Jahns
🤸
Browse files
Improve layout of struct.
parent
99b1f72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_server.c
View file @
7f891274
...
...
@@ -83,7 +83,6 @@ struct recordWrite
};
struct
streamMapping
{
int
numVars
;
/* data entry varMap[i] contains data for variable i or -1 if no
* data entry for i has been transferred */
int
*
varMap
;
...
...
@@ -93,6 +92,7 @@ struct streamMapping {
/* nMiss[i] = missing values were provided for variable i */
int
*
hasMissing
;
int
numWrittenRecords
;
int
numVars
;
struct
streamMemLayout
*
layout
;
struct
recordWrite
writtenRecords
[];
};
...
...
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