From ea3e6f5a93f77fa068b7858b714057e4bbde67cb Mon Sep 17 00:00:00 2001 From: Changpeng Liu Date: Fri, 30 Mar 2018 10:46:16 +0800 Subject: contrib/libvhost-user: add the protocol feature used for SET/GET message Signed-off-by: Changpeng Liu Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- contrib/libvhost-user/libvhost-user.h | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/libvhost-user/libvhost-user.h b/contrib/libvhost-user/libvhost-user.h index 79f7a53ee8..b27075ea3b 100644 --- a/contrib/libvhost-user/libvhost-user.h +++ b/contrib/libvhost-user/libvhost-user.h @@ -50,6 +50,7 @@ enum VhostUserProtocolFeature { VHOST_USER_PROTOCOL_F_CROSS_ENDIAN = 6, VHOST_USER_PROTOCOL_F_CRYPTO_SESSION = 7, VHOST_USER_PROTOCOL_F_PAGEFAULT = 8, + VHOST_USER_PROTOCOL_F_CONFIG = 9, VHOST_USER_PROTOCOL_F_MAX }; -- cgit v1.2.1