From 03feb1e1724949d94d4e442f865392320139162c Mon Sep 17 00:00:00 2001 From: "Aneesh Kumar K.V" Date: Mon, 22 Aug 2011 09:14:04 +0530 Subject: hw/9pfs: Add yeild support for fstat coroutine Signed-off-by: Aneesh Kumar K.V --- hw/9pfs/virtio-9p-coth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/9pfs/virtio-9p-coth.h') diff --git a/hw/9pfs/virtio-9p-coth.h b/hw/9pfs/virtio-9p-coth.h index 11272d3357..88070d3332 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 -- cgit v1.2.1