aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-10-29 12:03:59 +0100
committerGitHub <noreply@github.com>2021-10-29 12:03:59 +0100
commita9fd732da9458a8113c758471deac63cc3ef1323 (patch)
treef166eaa1dc8aa65c90c522dfcf60834f0cdef5d7 /include
parent7fd786fa7f0023e7bf74618c6ebc3999f5736bc6 (diff)
downloadlibvfio-user-a9fd732da9458a8113c758471deac63cc3ef1323.zip
libvfio-user-a9fd732da9458a8113c758471deac63cc3ef1323.tar.gz
libvfio-user-a9fd732da9458a8113c758471deac63cc3ef1323.tar.bz2
fix vfu_run_ctx() docs (#616)
We were incorrectly claiming we'd return EAGAIN, but now we'd return 0. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'include')
-rw-r--r--include/libvfio-user.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libvfio-user.h b/include/libvfio-user.h
index de215ff..b914ccc 100644
--- a/include/libvfio-user.h
+++ b/include/libvfio-user.h
@@ -162,7 +162,6 @@ vfu_get_poll_fd(vfu_ctx_t *vfu_ctx);
* @returns the number of requests processed (0 or more); or -1 on error,
* with errno set as follows:
*
- * EAGAIN/EWOULDBLOCK: no more commands to process
* ENOTCONN: client closed connection, vfu_attach_ctx() should be called again
* Other errno values are also possible.
*/