Revision f5654039

b/hw/9pfs/virtio-9p-handle.c
58 58
}
59 59
#else
60 60

  
61
struct file_handle {
61
struct rpl_file_handle {
62 62
    unsigned int handle_bytes;
63 63
    int handle_type;
64 64
    unsigned char handle[0];
65 65
};
66
#define file_handle rpl_file_handle
66 67

  
67 68
#ifndef AT_EMPTY_PATH
68 69
#define AT_EMPTY_PATH   0x1000  /* Allow empty relative pathname */

Also available in: Unified diff