OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_8pre1-6-gdcf389d
Gerrit Code Review
gerrit@openafs.org
Wed, 9 Apr 2014 07:12:35 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 32688c069f22f3b96e261f2361e251081957a047
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Feb 21 15:26:35 2014 -0600
rx: Split out rxi_SendConnectionAbortLater
Take the functionality in rxi_SendConnectionAbort that schedules a
delayed abort, and split it out into a new function,
rxi_SendConnectionAbortLater. This allows callers an easy interface to
send such a delayed abort with their own delay.
This commit should incur no change in behavior; it is just code
reorganization.
(cherry picked from commit 61d80537cae95d125c4b9fed31e2454a281b8b02)
Change-Id: I8798ace952bffa0c736ab90e9028fd7c99305a78
src/rx/rx.c | 33 ++++++++++++++++++++++++++-------
1 files changed, 26 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository