]> git.proxmox.com Git - mirror_qemu.git/blobdiff - fsdev/9p-marshal.h
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20201215-pull-request' into...
[mirror_qemu.git] / fsdev / 9p-marshal.h
index c8823d878f9899da51734c8a2ce3af8e8d770b4b..ceaf2f521ec453a141db3138e0ae339dfb16dac3 100644 (file)
@@ -1,21 +1,18 @@
 #ifndef QEMU_9P_MARSHAL_H
 #define QEMU_9P_MARSHAL_H
 
-typedef struct V9fsString
-{
+typedef struct V9fsString {
     uint16_t size;
     char *data;
 } V9fsString;
 
-typedef struct V9fsQID
-{
-    int8_t type;
-    int32_t version;
-    int64_t path;
+typedef struct V9fsQID {
+    uint8_t type;
+    uint32_t version;
+    uint64_t path;
 } V9fsQID;
 
-typedef struct V9fsStat
-{
+typedef struct V9fsStat {
     int16_t size;
     int16_t type;
     int32_t dev;
@@ -35,8 +32,7 @@ typedef struct V9fsStat
     int32_t n_muid;
 } V9fsStat;
 
-typedef struct V9fsIattr
-{
+typedef struct V9fsIattr {
     int32_t valid;
     int32_t mode;
     int32_t uid;