提交 3a1c29d4 编写于 作者: D Derrick Pallas 提交者: Facebook GitHub Bot

Add missing my_pid to fprintf in multi_process_example (#6731)

Summary:
Signed-off-by: NDerrick Pallas <derrick@pallas.us>
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6731

Reviewed By: siying

Differential Revision: D21137005

Pulled By: riversand963

fbshipit-source-id: a7182e1bec225bc110971f40e2d0e6c3a671c061
上级 a50ea71c
......@@ -301,7 +301,7 @@ void RunSecondary() {
std::string value;
db->Get(ropts, key, &value);
}
fprintf(stdout, "[process %ld] Point lookup thread finished\n");
fprintf(stdout, "[process %ld] Point lookup thread finished\n", my_pid);
});
uint64_t curr_key = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册