Reordering padded struct

This commit is contained in:
DennisOSRM 2013-01-18 18:59:38 +01:00
parent a64420d700
commit 9da4e18099

View File

@ -53,14 +53,14 @@ private:
struct _NodeBasedEdgeData {
int distance;
unsigned edgeBasedNodeID;
unsigned nameID:31;
unsigned nameID;
short type;
bool isAccessRestricted;
bool shortcut:1;
bool forward:1;
bool backward:1;
bool roundabout:1;
bool ignoreInGrid:1;
short type;
bool isAccessRestricted;
};
struct _EdgeBasedEdgeData {