diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-08-22 09:14:04 +0530 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-08-22 09:14:04 +0530 |
commit | 03feb1e1724949d94d4e442f865392320139162c (patch) | |
tree | f495503f4e39aab9e43c986debf6572ea741e614 /hw/9pfs/virtio-9p-coth.h | |
parent | f1a7104a5f435a1bf2a1158e6f737dbd89e8c153 (diff) | |
download | qemu-03feb1e1724949d94d4e442f865392320139162c.zip qemu-03feb1e1724949d94d4e442f865392320139162c.tar.gz qemu-03feb1e1724949d94d4e442f865392320139162c.tar.bz2 |
hw/9pfs: Add yeild support for fstat coroutine
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs/virtio-9p-coth.h')
-rw-r--r-- | hw/9pfs/virtio-9p-coth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/9pfs/virtio-9p-coth.h b/hw/9pfs/virtio-9p-coth.h index 11272d3..88070d3 100644 --- a/hw/9pfs/virtio-9p-coth.h +++ b/hw/9pfs/virtio-9p-coth.h @@ -76,4 +76,5 @@ extern int v9fs_co_mknod(V9fsState *, V9fsString *, uid_t, extern int v9fs_co_mkdir(V9fsState *, char *, mode_t, uid_t, gid_t); extern int v9fs_co_remove(V9fsState *, V9fsString *); extern int v9fs_co_rename(V9fsState *, V9fsString *, V9fsString *); +extern int v9fs_co_fstat(V9fsState *, int, struct stat *); #endif |