OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_9-20-ge0f3947
Gerrit Code Review
gerrit@openafs.org
Tue, 10 Apr 2012 10:06:55 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit e0f394729e0de45a5a70e662b0e0bba0438909a4
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.
Reviewed-on: http://gerrit.openafs.org/7002
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
(cherry picked from commit 9862ac0dbb72d8f5f9f894e567261e52354e0b15)
Change-Id: I037682925cd6b85623d145a69b166c4532592a6c
Reviewed-on: http://gerrit.openafs.org/7168
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-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