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

refactor: remove floating_slot_t tag and use return_slot_t instead #439

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

sangelovic
Copy link
Collaborator

@sangelovic sangelovic commented Apr 24, 2024

Make all the API consistent by using return_slot_t-based overloads for returning the slots to clients, and overloads without that tag for "floating" slots. floating_slot_t tag was previously added for API backwards compatibility reasons, but now is a (counter-)duplicate to the return_slot_t.

@sangelovic sangelovic merged commit 85ee3f5 into release/v2.0 Apr 24, 2024
6 checks passed
@sangelovic sangelovic deleted the refactor/remove-floating-slot branch April 24, 2024 17:28
sangelovic added a commit that referenced this pull request Apr 24, 2024
)

Make all the API consistent by using return_slot_t-based overloads for returning the slots to clients, and overloads without that tag for "floating" slots. floating_slot_t tag was previously added for API backwards compatibility reasons, but now is a (counter-)duplicate to the return_slot_t.
sangelovic added a commit that referenced this pull request Apr 24, 2024
)

Make all the API consistent by using return_slot_t-based overloads for returning the slots to clients, and overloads without that tag for "floating" slots. floating_slot_t tag was previously added for API backwards compatibility reasons, but now is a (counter-)duplicate to the return_slot_t.
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.

1 participant