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

common/WorkQueue: add std move #9729

Merged
merged 1 commit into from Jul 14, 2016
Merged

Conversation

stiopaa1
Copy link
Contributor

Signed-off-by: Michal Jarzabek stiopa@gmail.com

cct(pcct_),
name(std::move(nm)),
thread_name(std::move(tn)),
lockname(nm + "::lock"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the string has been moved out of nm at this point, use name instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cbodley
well spotted!

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
@yuriw yuriw merged commit 5d1339b into ceph:master Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants