diff options
author | John Levon <john.levon@nutanix.com> | 2021-10-29 12:03:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 12:03:59 +0100 |
commit | a9fd732da9458a8113c758471deac63cc3ef1323 (patch) | |
tree | f166eaa1dc8aa65c90c522dfcf60834f0cdef5d7 /include/libvfio-user.h | |
parent | 7fd786fa7f0023e7bf74618c6ebc3999f5736bc6 (diff) | |
download | libvfio-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/libvfio-user.h')
-rw-r--r-- | include/libvfio-user.h | 1 |
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. */ |