-
Notifications
You must be signed in to change notification settings - Fork 83
Clean master slave #187
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
Clean master slave #187
Conversation
b0ce20f
to
73c0184
Compare
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.
LGTM
Yeah... I can help to update other repositories consuming this API that would be broken after the update. |
Thanks! Really appreciated!
I think we need to publish a new release of |
73c0184
to
0097928
Compare
Following vhost-user specification, replace all uses of master/slave with backend/frontend in the vhost crate. Signed-off-by: Albert Esteve <[email protected]>
Following vhost-user specification changes, replace all uses of slave/master with backend/frontend for the vhost-user-backend crate. Signed-off-by: Albert Esteve <[email protected]>
0097928
to
2915baf
Compare
@stefano-garzarella thanks! I'll keep an eye on the next release and start updating other repositories once available (probably will start with |
Summary of the PR
Change uses of master/slave for backend/frontend in the codebase.
Requirements
Before submitting your PR, please make sure you addressed the following
requirements:
git commit -s
), and the commitmessage has max 60 characters for the summary and max 75 characters for each
description line.
test.
Release" section of CHANGELOG.md (if no such section exists, please create one).
unsafe
code is properly documented.