aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p/transport.h
diff options
context:
space:
mode:
authorEric Van Hensbergen <ericvh@gmail.com>2008-02-06 19:25:58 -0600
committerEric Van Hensbergen <ericvh@opteron.homeip.net>2008-02-06 19:25:58 -0600
commite2735b7720320b68590ca2b32b78ca91213931b2 (patch)
treefcc260ada01dc7b1d0304aaf34a2a8f21cdc93fd /include/net/9p/transport.h
parent9p: create transport rpc cut-thru (diff)
downloadlinux-dev-e2735b7720320b68590ca2b32b78ca91213931b2.tar.xz
linux-dev-e2735b7720320b68590ca2b32b78ca91213931b2.zip
9p: block-based virtio client
This replaces the console-based virto client with a block-based client using a single request queue. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'include/net/9p/transport.h')
-rw-r--r--include/net/9p/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h
index adbcafe99177..f9f362e934c9 100644
--- a/include/net/9p/transport.h
+++ b/include/net/9p/transport.h
@@ -40,7 +40,7 @@ struct p9_trans {
void (*close) (struct p9_trans *);
unsigned int (*poll)(struct p9_trans *, struct poll_table_struct *);
int (*rpc) (struct p9_trans *t, struct p9_fcall *tc,
- struct p9_fcall **rc);
+ struct p9_fcall **rc, int msize, int dotu);
};
struct p9_trans_module {