Reordering padded struct
This commit is contained in:
parent
a64420d700
commit
9da4e18099
@ -53,14 +53,14 @@ private:
|
|||||||
struct _NodeBasedEdgeData {
|
struct _NodeBasedEdgeData {
|
||||||
int distance;
|
int distance;
|
||||||
unsigned edgeBasedNodeID;
|
unsigned edgeBasedNodeID;
|
||||||
unsigned nameID:31;
|
unsigned nameID;
|
||||||
|
short type;
|
||||||
|
bool isAccessRestricted;
|
||||||
bool shortcut:1;
|
bool shortcut:1;
|
||||||
bool forward:1;
|
bool forward:1;
|
||||||
bool backward:1;
|
bool backward:1;
|
||||||
bool roundabout:1;
|
bool roundabout:1;
|
||||||
bool ignoreInGrid:1;
|
bool ignoreInGrid:1;
|
||||||
short type;
|
|
||||||
bool isAccessRestricted;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _EdgeBasedEdgeData {
|
struct _EdgeBasedEdgeData {
|
||||||
|
Loading…
Reference in New Issue
Block a user