commit | 91b8534fa8f5e01f249b1bf8df0a2540053549ad | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@gmail.com> | Mon Oct 13 18:45:21 2008 -0500 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Fri Oct 17 11:04:42 2008 -0500 |
tree | fde6b3b63dad229108106553106995889b4f0fa7 | |
parent | 1b0a763bdd5ed467d0e03b88e045000c749303fb [diff] |
9p: make rpc code common and rework flush code This code moves the rpc function to the common client base, reorganizes the flush code to be more simple and stable, and makes the necessary adjustments to the underlying transports to adapt to the new structure. This reduces the overall amount of code duplication between the transports and should make adding new transports more straightforward. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>