Revision be940c87 hw/file-op-9p.h

b/hw/file-op-9p.h
74 74
    int (*rename)(FsContext *, const char *, const char *);
75 75
    int (*truncate)(FsContext *, const char *, off_t);
76 76
    int (*fsync)(FsContext *, int);
77
    int (*statfs)(FsContext *s, const char *path, struct statfs *stbuf);
77 78
    void *opaque;
78 79
} FileOperations;
79 80
#endif

Also available in: Unified diff