aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-05-11 11:25:39 +0100
committerGitHub <noreply@github.com>2021-05-11 11:25:39 +0100
commit71f8b30557d3635336aec06c084188370ed5e248 (patch)
treeb8b6dc50ed36a64c4dc5b043d821f1925673e00d /samples
parent4a9df7bea8a96c6c415077cca4f2e90fc22de3f0 (diff)
downloadlibvfio-user-71f8b30557d3635336aec06c084188370ed5e248.zip
libvfio-user-71f8b30557d3635336aec06c084188370ed5e248.tar.gz
libvfio-user-71f8b30557d3635336aec06c084188370ed5e248.tar.bz2
some specification updates (#465)
Make a few specification updates after review by Stefan Hajnoczi. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/client.c b/samples/client.c
index fb69ce8..6c2edd4 100644
--- a/samples/client.c
+++ b/samples/client.c
@@ -104,7 +104,7 @@ send_version(int sock)
slen = snprintf(client_caps, sizeof(client_caps),
"{"
"\"capabilities\":{"
- "\"max_fds\":%u,"
+ "\"max_msg_fds\":%u,"
"\"migration\":{"
"\"pgsize\":%zu"
"}"