-
Notifications
You must be signed in to change notification settings - Fork 433
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
UCP: call user callback on ucp_ep_close_nbx. #6036
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
petro-rudenko
force-pushed
the
ucp/ep-close-callback
branch
from
December 17, 2020 12:55
bf48833
to
b454d69
Compare
yosefe
reviewed
Dec 17, 2020
@@ -806,6 +817,32 @@ UCS_TEST_P(test_ucp_wireup_2sided, connect_disconnect) { | |||
} | |||
} | |||
|
|||
UCS_TEST_P(test_ucp_wireup_2sided, close_nbx_callback) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
petro-rudenko
force-pushed
the
ucp/ep-close-callback
branch
from
December 17, 2020 15:02
b454d69
to
59680b5
Compare
yosefe
approved these changes
Dec 18, 2020
@tonycurtis can you pls take a look on small doc change? |
bot:pipe:retest |
tonycurtis
suggested changes
Dec 18, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ucp.h:289: immediate
petro-rudenko
force-pushed
the
ucp/ep-close-callback
branch
from
December 18, 2020 14:44
59680b5
to
cb5de58
Compare
Fixed |
iodemo (No traffic) /azp run |
bot:pipe:retest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Use user passed params for
ucp_ep_flush_internal
inucp_ep_close_nbx
to handle callback and user data fields.Why ?
To unify ucp API, and makes easier to implement JUCX logic.