Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-monotonic timestamps under Windows #381

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

mbehr1
Copy link
Contributor

@mbehr1 mbehr1 commented Oct 3, 2023

Fix usage of two separate calls to determine seconds and microseconds. Replaced by single timespec_get call.
Fixed as well a race condition where provided sec or usec to writeDLTMessageToFile are 0.

Issue: #232

Fix usage of two separate calls to determine seconds and microseconds.
Replaced by single timespec_get call.
Fixed as well a race condition where provided sec or usec to
writeDLTMessageToFile are 0.

Issue: COVESA#232
@alexmucde alexmucde added this to the Release v2.25.0 milestone Oct 5, 2023
@alexmucde alexmucde linked an issue Oct 5, 2023 that may be closed by this pull request
@alexmucde alexmucde merged commit a09306e into COVESA:master Oct 5, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

win: recorded traces have non monotonic timestamps
2 participants