]> git.openfabrics.org - ~shefty/rdma-win.git/commit
scm accept RTU was processing the conn object in the cr_thread
authorSean Hefty <sean.hefty@intel.com>
Tue, 9 Mar 2010 23:44:52 +0000 (15:44 -0800)
committerSean Hefty <sean.hefty@intel.com>
Tue, 9 Mar 2010 23:44:52 +0000 (15:44 -0800)
commit47123d07a0607eadffa808a96982b28bdf65a85e
tree0e2449003ef82541d904876fde61aba51cd7a54a
parent5e27160d35dc3fbd0fbb142d6e46301b13ab3089
scm accept RTU was processing the conn object in the cr_thread
before the user accept thread bound the EP to the CM object.
The linking must be done before the socket write to insure
proper linking and state during accept_rtu processing.

Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>