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
5dd81b0b
Commit
5dd81b0b
authored
May 28, 2014
by
Uwe Schulzweida
Browse files
changed definition of DEFAULT_LEVINFO
parent
46738965
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vlist.h
View file @
5dd81b0b
...
...
@@ -47,9 +47,12 @@ typedef struct
}
levinfo_t
;
#define DEFAULT_LEVINFO(levID) \
(levinfo_t){ 0, -1, levID, levID}
/*
#define DEFAULT_LEVINFO(levID) \
(levinfo_t){ .flag = 0, .index = -1, .flevelID = levID, .mlevelID = levID}
*/
typedef
struct
{
int
ens_index
;
...
...
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