Capture all by value in qemu_proxy

rdma-zerocopy
Vitaliy Filippov 2021-02-23 19:21:57 +03:00
parent 519f081006
commit 7aeb2cbac7
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ void vitastor_proxy_sync(void *client, VitastorIOHandler cb, void *opaque)
void vitastor_proxy_watch_metadata(void *client, char *image, VitastorIOHandler cb, void *opaque) void vitastor_proxy_watch_metadata(void *client, char *image, VitastorIOHandler cb, void *opaque)
{ {
QemuProxy *p = (QemuProxy*)client; QemuProxy *p = (QemuProxy*)client;
p->cli->on_ready([&]() p->cli->on_ready([=]()
{ {
auto watch = p->cli->st_cli.watch_inode(std::string(image)); auto watch = p->cli->st_cli.watch_inode(std::string(image));
cb((long)watch, opaque); cb((long)watch, opaque);