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

[runtime] Move OperationResult out of inetstack #502

Merged
merged 7 commits into from
Mar 7, 2023

Conversation

iyzhang
Copy link
Contributor

@iyzhang iyzhang commented Mar 6, 2023

This change moves the OperationResult data structure out of the inetstack. This move lets us remove the dependency on the inetstack from the libOSes that do not use it. I also deprecated the QResult data structure as I believe it is not actually used. We can decide later whether to rename the OperationResult data structure or have separate result data structures for each libOS.

@iyzhang iyzhang requested a review from ppenna March 6, 2023 22:21
src/rust/runtime/queue/qresult.rs Outdated Show resolved Hide resolved
src/rust/runtime/queue/qresult.rs Outdated Show resolved Hide resolved
@iyzhang iyzhang force-pushed the enhancement-runtime-move-operation-result branch from ddac36a to 7f2e10e Compare March 6, 2023 22:33
@iyzhang iyzhang force-pushed the enhancement-runtime-move-operation-result branch from 7f2e10e to 0c1bfea Compare March 7, 2023 00:34
@ppenna ppenna self-requested a review March 7, 2023 09:41
@ppenna ppenna changed the title [runtime] Enhancement: Move OperationResult out of inetstack [runtime] Move OperationResult out of inetstack Mar 7, 2023
@iyzhang iyzhang merged commit 987325a into dev Mar 7, 2023
@iyzhang iyzhang deleted the enhancement-runtime-move-operation-result branch March 7, 2023 17:05
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

2 participants