Skip to content

Commit e9b2a2c

Browse files
committed
[crorc] Fix ReportInfo member order
1 parent 2a34e61 commit e9b2a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Crorc/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ struct Link {
3636
struct ReportInfo {
3737
std::map<int, Link> linkMap;
3838
uint16_t crorcId;
39-
bool dynamicOffset;
4039
bool qsfpEnabled;
40+
bool dynamicOffset;
4141
};
4242

4343
} // namespace Crorc

0 commit comments

Comments
 (0)