aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wmediumd/inc/usfstl/vhostproto.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/wmediumd/inc/usfstl/vhostproto.h b/wmediumd/inc/usfstl/vhostproto.h
index 28756fa..8e7b2ac 100644
--- a/wmediumd/inc/usfstl/vhostproto.h
+++ b/wmediumd/inc/usfstl/vhostproto.h
@@ -110,11 +110,11 @@ struct vhost_user_msg {
#define VHOST_USER_SET_SLAVE_REQ_FD 21
#define VHOST_USER_GET_CONFIG 24
#define VHOST_USER_VRING_KICK 35
-#define VHOST_USER_GET_SHARED_MEMORY_REGIONS 41
-#define VHOST_USER_SLEEP 42
-#define VHOST_USER_WAKE 43
-#define VHOST_USER_SNAPSHOT 44
-#define VHOST_USER_RESTORE 45
+#define VHOST_USER_SLEEP 1000
+#define VHOST_USER_WAKE 1001
+#define VHOST_USER_SNAPSHOT 1002
+#define VHOST_USER_RESTORE 1003
+#define VHOST_USER_GET_SHARED_MEMORY_REGIONS 1004
#define VHOST_USER_SLAVE_CONFIG_CHANGE_MSG 2
#define VHOST_USER_SLAVE_VRING_CALL 4