update IDs for non-standard vhost-user message type

These changed in crosvm (https://crrev.com/c/5369109) and need to be
updated here to match.

Bug: 329877102, 301269927
Test: launch CF and snapshot/restore
Change-Id: I4a198618f55e3b9c599c6b70de6c14f05dca947a
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 @@
 #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