OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1963-ga57f643

Gerrit Code Review gerrit@openafs.org
Sat, 3 Dec 2011 20:45:23 -0800 (PST)


The following commit has been merged in the master branch:
commit d3eaa39da3693bba708fa2fa951568009e929550
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Nov 20 14:58:28 2011 +0000

    rx: Make the rx_call structure private
    
    Hide the rx_call structure for public view. Provide accessors for
    those elements which are currently accessed by applications.
    
    Note that this change as it currently stands removes the visibility
    of the last sent time, and sequence number information, from the
    VolMonitor function.
    
    Change-Id: Ib25ab5635126f893ae43acb684d92a78278d6ca6
    Reviewed-on: http://gerrit.openafs.org/6181
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsd/cm_dcache.c     |   18 ++--
 src/auth/userok.c              |    4 +-
 src/bozo/bosoprocs.c           |    4 +-
 src/kauth/kaprocs.c            |   32 +++---
 src/libafs/Makefile.common.in  |    4 +
 src/libafsrpc/Makefile.in      |    4 +
 src/libafsrpc/NTMakefile       |    2 +-
 src/libafsrpc/afsrpc.def       |    9 ++
 src/libuafs/Makefile.common.in |   13 ++
 src/ptserver/ptprocs.c         |    2 +-
 src/rx/Makefile.in             |    8 +-
 src/rx/NTMakefile              |    2 +-
 src/rx/rx.c                    |    1 +
 src/rx/rx.h                    |  286 ++++++++-------------------------------
 src/rx/rx_call.c               |   72 ++++++++++
 src/rx/rx_call.h               |  200 ++++++++++++++++++++++++++++
 src/rx/rx_event.c              |    1 +
 src/rx/rx_packet.c             |    1 +
 src/rx/rx_rdwr.c               |    1 +
 src/rx/rx_trace.c              |    1 +
 src/rxgen/rpc_parse.c          |   65 ++--------
 src/shlibafsrpc/Makefile.in    |    6 +-
 src/shlibafsrpc/libafsrpc.map  |    2 +
 src/sys/rmtsyss.c              |    4 +-
 src/update/server.c            |    2 +-
 src/volser/volprocs.c          |    2 +
 26 files changed, 426 insertions(+), 320 deletions(-)

-- 
OpenAFS Master Repository