diff options
author | Eric Van Hensbergen <ericvh@gmail.com> | 2008-02-06 20:25:58 -0500 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@opteron.homeip.net> | 2008-02-06 20:25:58 -0500 |
commit | e2735b7720320b68590ca2b32b78ca91213931b2 (patch) | |
tree | fcc260ada01dc7b1d0304aaf34a2a8f21cdc93fd /include/net/9p | |
parent | 043aba403e9958c6526c9279b63919273cb09c13 (diff) |
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')
-rw-r--r-- | include/net/9p/transport.h | 2 |
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 { | |||
40 | void (*close) (struct p9_trans *); | 40 | void (*close) (struct p9_trans *); |
41 | unsigned int (*poll)(struct p9_trans *, struct poll_table_struct *); | 41 | unsigned int (*poll)(struct p9_trans *, struct poll_table_struct *); |
42 | int (*rpc) (struct p9_trans *t, struct p9_fcall *tc, | 42 | int (*rpc) (struct p9_trans *t, struct p9_fcall *tc, |
43 | struct p9_fcall **rc); | 43 | struct p9_fcall **rc, int msize, int dotu); |
44 | }; | 44 | }; |
45 | 45 | ||
46 | struct p9_trans_module { | 46 | struct p9_trans_module { |