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

compressor: use generate_random_number() for type="random" #18272

Merged
merged 1 commit into from Oct 13, 2017

Conversation

cbodley
Copy link
Contributor

@cbodley cbodley commented Oct 12, 2017

use an existing thread-local random engine instead of constructing, seeding, and locking a separate engine

@tchaikov
Copy link
Contributor

does not compile

use an existing thread-local random engine instead of constructing,
seeding, and locking a separate engine

Signed-off-by: Casey Bodley <cbodley@redhat.com>
@cbodley
Copy link
Contributor Author

cbodley commented Oct 12, 2017

thanks @tchaikov, should build now

@tchaikov tchaikov merged commit 9462f98 into ceph:master Oct 13, 2017
@cbodley cbodley deleted the wip-compressor-random branch October 13, 2017 17:16
@cbodley
Copy link
Contributor Author

cbodley commented Oct 13, 2017

thanks kefu!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants