-
Notifications
You must be signed in to change notification settings - Fork 99
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
chore: refactor for handling of cgroup driver #876
Conversation
40fe3ac
to
31e1d9f
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.
Thanks!
This looks good. Left a few nits.
@z63d, are you planning to add the tests in this PR or in a new one?
Signed-off-by: Kaita Nakamura <kaita.nakamura0830@gmail.com>
31e1d9f
to
99b19df
Compare
@jprendes I thought it would be better to split the Options struct and Config struct into different files(e.g. runtimeoptions.rs), but what are your thoughts on this? |
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.
Thanks!
LGTM
Yeah, that'd be best :-) |
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Refactor of #864 .