aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-26 23:14:41 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-26 23:14:41 +0000
commit695ab14a706b47d2dde71de26143f15828da5ad3 (patch)
tree5f73bd24e45e8086277a301c6c3c15074bb47908
parent3072d9a4bdbfd950ada55521e624d95962f77d62 (diff)
parent4822d00bf59f1ac043a230774b20478d564af5ab (diff)
downloadwmediumd-sdk-release.tar.gz
Snap for 11630439 from 4822d00bf59f1ac043a230774b20478d564af5ab to sdk-releasesdk-release
Change-Id: Iffb42a7dbcabcc25ade8276c785b2a1afae88d31
-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