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
SWIFT
SWIFTsim
Commits
b9ae5685
Commit
b9ae5685
authored
Nov 19, 2018
by
Loic Hausammann
Browse files
Pack logger structure
parent
256a6a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/logger.h
View file @
b9ae5685
...
...
@@ -82,7 +82,7 @@ enum logger_masks {
logger_mask_rho
=
(
1
<<
5
),
logger_mask_consts
=
(
1
<<
6
),
logger_mask_timestamp
=
(
1
<<
7
),
/* Need to be the last */
};
}
__attribute__
((
packed
))
;
/* Size of the strings. */
#define logger_string_length 200
...
...
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