commit | fea511a644fb0fb938309c6ab286725ac31b87e2 | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@gmail.com> | Mon Oct 13 18:45:23 2008 -0500 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Fri Oct 17 11:04:42 2008 -0500 |
tree | fc9cdf7af5ad05435ea85fd52070a487930f824c | |
parent | 044c7768841f1ef39f951972d3c1e6537a535030 [diff] |
9p: move request management to client code The virtio transport uses a simplified request management system that I want to use for all transports. This patch adapts and moves the exisiting code for managing requests to the client common code. Later patches will apply these mechanisms to the other transports. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>