doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_vhost / vhost_user.h
index 82885ab..16fe03f 100644 (file)
@@ -58,6 +58,7 @@ typedef enum VhostUserRequest {
        VHOST_USER_GET_INFLIGHT_FD = 31,
        VHOST_USER_SET_INFLIGHT_FD = 32,
        VHOST_USER_SET_STATUS = 39,
+       VHOST_USER_GET_STATUS = 40,
        VHOST_USER_MAX = 41
 } VhostUserRequest;