]> git.michaelhowe.org Git - packages/o/openafs.git/commit
rx: Remove resending logic into its own function
authorSimon Wilkinson <sxw@your-file-system.com>
Sat, 18 Jun 2011 10:35:30 +0000 (11:35 +0100)
committerDerrick Brashear <shadow@dementia.org>
Sat, 9 Jul 2011 05:05:27 +0000 (22:05 -0700)
commit1b28e72a4335c15cebf3f422a20b29a7049d7a4a
treee9d73972475426b850619e8791ccf1580e4b34ac
parentb62c76954383b2b1f6e8d55f0abcfa6ad97f8980
rx: Remove resending logic into its own function

Create a new function, rxi_Resend, which is the entry point to running
the transmit queue as a result of a resend event. This concentrates all
of the resend logic into one place, removes the need for
rxi_StartUnlocked, and means that rxi_Start's arguments don't need to
match those of an event handler.

(cherry picked from commit 280c80152522f32cf34deae96696b1db8aaaa9bb)
Reviewed-on: http://gerrit.openafs.org/4863
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Change-Id: Ia8b28be53d7c37fbfd877364930d7dc4a4d52e37
Reviewed-on: http://gerrit.openafs.org/4935
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.c
src/rx/rx_prototypes.h
src/rx/rx_rdwr.c