]> Git Repo - qemu.git/blobdiff - block/nbd-client.h
nbd: convert to use qio_channel_yield
[qemu.git] / block / nbd-client.h
index f8d600684939a42a9a4836237ea198536df1ce39..8cdfc92e9469ddeae481e992efacc4b484a38b7c 100644 (file)
@@ -25,7 +25,7 @@ typedef struct NBDClientSession {
 
     CoMutex send_mutex;
     CoQueue free_sema;
-    Coroutine *send_coroutine;
+    Coroutine *read_reply_co;
     int in_flight;
 
     Coroutine *recv_coroutine[MAX_NBD_REQUESTS];
This page took 0.025946 seconds and 4 git commands to generate.