OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4212-gd820af6

Gerrit Code Review gerrit@openafs.org
Wed, 9 Apr 2014 07:12:02 -0700 (PDT)


The following commit has been merged in the master branch:
commit 61d80537cae95d125c4b9fed31e2454a281b8b02
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.
    
    Change-Id: I6503cf6ebb3e664d95b8792f2311ea14ee63c11d

 src/rx/rx.c |   33 ++++++++++++++++++++++++++-------
 1 files changed, 26 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository