-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
*: Remove int return for zapi functions #15225
base: master
Are you sure you want to change the base?
Conversation
ci:rerun CI failed to trigger github check API or so, it's green, but missed a hook |
ci:rerun |
Hmm - but ... I've thought (sometimes) that getting feedback from zapi apis might be one of the ways we'd be able to do a better job of avoiding buffering when sending to zebra. I'd rather leave that possibility open? |
This is reception of data from zebra, not sending of data to zebra. |
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.
this looks good to me ... waiting on the conversation around whether we should pull these out to resolve
7ada350
to
61c95eb
Compare
de9f6f1
to
02c1576
Compare
looks like there are build failures ... :-( |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This PR is stale because it has been open 180 days with no activity. Comment or remove the |
The code never uses the return code for Zapi functions. Let's remove it. Signed-off-by: Donald Sharp <[email protected]>
02c1576
to
2020be2
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
The code never uses the return code for
Zapi functions. Let's remove it.