]> Git Repo - qemu.git/blobdiff - nbd/common.c
nbd: rename read_sync and friends
[qemu.git] / nbd / common.c
index bd81637ab9440486b8cf4a74b6aa5ff14b5c1d12..d6b719ddaa2e532c23bf7ff2b984de9445a7a6aa 100644 (file)
  * The function may be called from coroutine or from non-coroutine context.
  * When called from non-coroutine context @ioc must be in blocking mode.
  */
-ssize_t nbd_wr_syncv(QIOChannel *ioc,
-                     struct iovec *iov,
-                     size_t niov,
-                     size_t length,
-                     bool do_read,
-                     Error **errp)
+ssize_t nbd_rwv(QIOChannel *ioc, struct iovec *iov, size_t niov, size_t length,
+                bool do_read, Error **errp)
 {
     ssize_t done = 0;
     struct iovec *local_iov = g_new(struct iovec, niov);
This page took 0.022316 seconds and 4 git commands to generate.