OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3191-g81212b1

Gerrit Code Review gerrit@openafs.org
Wed, 5 Dec 2012 10:47:41 -0800 (PST)


The following commit has been merged in the master branch:
commit 399abf159b1418dea38daf166f9d55072042909c
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Nov 13 14:54:10 2012 -0600

    rx: Add rx_GetNetworkError
    
    Add the function rx_GetNetworkError to rx, to allow callers to
    retrieve some information about the last ICMP error received for a
    connection's peer. This can be useful if a call on that connection was
    recently ended due to ICMP errors.
    
    Change-Id: I7c507185f6a4ab986c0119f67cdaa4e50e447175
    Reviewed-on: http://gerrit.openafs.org/8451
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/libafsrpc/afsrpc.def       |    1 +
 src/libafsrpc/libafsrpc.la.sym |    1 +
 src/rx/liboafs_rx.la.sym       |    1 +
 src/rx/rx.c                    |   92 ++++++++++++++++++++++++++++++++++++++--
 src/rx/rx.h                    |    9 ++++
 src/rx/rx_peer.h               |    5 ++
 src/rx/rx_prototypes.h         |    3 +
 7 files changed, 108 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository