diff options
Diffstat (limited to 'hw/file-op-9p.h')
-rw-r--r-- | hw/file-op-9p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/file-op-9p.h b/hw/file-op-9p.h index a741c93527..dd82ac7099 100644 --- a/hw/file-op-9p.h +++ b/hw/file-op-9p.h @@ -74,6 +74,7 @@ typedef struct FileOperations int (*rename)(FsContext *, const char *, const char *); int (*truncate)(FsContext *, const char *, off_t); int (*fsync)(FsContext *, int); + int (*statfs)(FsContext *s, const char *path, struct statfs *stbuf); void *opaque; } FileOperations; #endif |