commit | 517ac45af4b55913587279d89001171c222f22e7 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Thu Oct 23 16:30:13 2008 -0500 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Wed Nov 05 13:19:06 2008 -0600 |
tree | b3f30f82d27c7b0df885152ce34e9f475f6470dd | |
parent | 75fa67706cce5272bcfc51ed646f2da21f3bdb6e [diff] |
9p: rdma: Set trans prior to requesting async connection ops The RDMA connection manager is fundamentally asynchronous. Since the async callback context is the client pointer, the transport in the client struct needs to be set prior to calling the first async op. Signed-off-by: Tom Tucker <tom@opengridcomputing.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>