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
a81b6fa0
Commit
a81b6fa0
authored
Apr 28, 2015
by
Florian Prill
Browse files
[cdi-tiles] removed named enums and structs.
parent
f6212da5
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/cdi.h
View file @
a81b6fa0
...
...
@@ -173,7 +173,7 @@ extern "C" {
enum
{
SUBTYPE_TILES
=
0
/* Tiles variable */
}
subtype_kind
;
};
#define MAX_KV_PAIRS_MATCH 10
...
...
src/cdi_int.h
View file @
a81b6fa0
...
...
@@ -152,7 +152,7 @@ enum {
SUBTYPE_ATT_NUMBER_OF_TILES
=
3
,
SUBTYPE_ATT_NUMBER_OF_ATTR
=
4
,
SUBTYPE_ATT_TILEATTRIBUTE
=
5
}
subtype_attributes
;
};
/* Literal constants corresponding to the different constants of the
...
...
src/subtype.h
View file @
a81b6fa0
...
...
@@ -8,7 +8,7 @@
struct
subtype_attr_t
{
int
key
,
val
;
/* key/value pair */
struct
subtype_attr_t
*
next
;
/* next element in linked list */
}
subtype_attr_t
;
};
/* Data type specifying a single entry of a subtype, for example a
...
...
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