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

[PATCH v1] abi: time: change odp_time_t abi type #2003

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MatiasElo
Copy link
Collaborator

Change odp_time_t ABI type from struct to uint64_t. Time handles can now be directly compared to ODP_TIME_NULL. The change triggered couple false positive 'maybe-uninitialized' warnings.

Change odp_time_t ABI type from struct to uint64_t. Time handles can now be
directly compared to ODP_TIME_NULL. The change triggered couple false
positive 'maybe-uninitialized' warnings.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
@odpbuild odpbuild changed the title abi: time: change odp_time_t abi type [PATCH v1] abi: time: change odp_time_t abi type Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant