OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2362-g84d09a8

Gerrit Code Review gerrit@openafs.org
Mon, 9 Apr 2012 16:37:36 -0700 (PDT)


The following commit has been merged in the master branch:
commit 9862ac0dbb72d8f5f9f894e567261e52354e0b15
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon Dec 5 18:56:03 2011 +0000

    rx: Hide struct rx_peer from the rest of the tree
    
    The peer structure is an internal RX structure, so it shouldn't
    be contained in public header files, or used by non-rx modules.
    
    Hide the structure definition in rx_peer.h, and convert the
    rx_HostOf and rx_PortOf accessors from macros into functions. This
    will also help with adding support for non-IPv4 addresses to RX.
    
    Change-Id: I790fa3193bfa629a2872fc5395d0146e76a2de9e
    Reviewed-on: http://gerrit.openafs.org/7002
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/bucoord/server.c           |    2 +-
 src/kauth/admin_tools.c        |    2 +-
 src/kauth/kaprocs.c            |   16 ++++----
 src/libafs/Makefile.common.in  |    4 ++
 src/libafsrpc/Makefile.in      |    4 ++
 src/libafsrpc/NTMakefile       |    2 +-
 src/libafsrpc/afsrpc.def       |    2 +
 src/libuafs/Makefile.common.in |   13 ++++++
 src/rx/Makefile.in             |    5 +-
 src/rx/NTMakefile              |    2 +-
 src/rx/rx.c                    |    1 +
 src/rx/rx.h                    |   72 +----------------------------------
 src/rx/rx_kcommon.c            |    1 +
 src/rx/rx_packet.c             |    1 +
 src/rx/rx_peer.c               |   27 +++++++++++++
 src/rx/rx_peer.h               |   81 ++++++++++++++++++++++++++++++++++++++++
 src/rx/rx_user.c               |    1 +
 src/shlibafsrpc/Makefile.in    |    6 ++-
 src/shlibafsrpc/libafsrpc.map  |    2 +
 src/viced/afsfileprocs.c       |    4 +-
 20 files changed, 162 insertions(+), 86 deletions(-)

-- 
OpenAFS Master Repository