Commit ea3e6f5a authored by Changpeng Liu's avatar Changpeng Liu Committed by Michael S. Tsirkin
Browse files

contrib/libvhost-user: add the protocol feature used for SET/GET message

parent 1c3e5a26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
};