rx: Make the rx_call structure private
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 20 Nov 2011 14:58:28 +0000 (14:58 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 4 Dec 2011 04:44:39 +0000 (20:44 -0800)
commitd3eaa39da3693bba708fa2fa951568009e929550
treec69c8cd0305dfc8173a422ca267072876f12d470
parentaa76c8f670012d4591489db374bad48118defa36
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>
26 files changed:
src/WINNT/afsd/cm_dcache.c
src/auth/userok.c
src/bozo/bosoprocs.c
src/kauth/kaprocs.c
src/libafs/Makefile.common.in
src/libafsrpc/Makefile.in
src/libafsrpc/NTMakefile
src/libafsrpc/afsrpc.def
src/libuafs/Makefile.common.in
src/ptserver/ptprocs.c
src/rx/Makefile.in
src/rx/NTMakefile
src/rx/rx.c
src/rx/rx.h
src/rx/rx_call.c [new file with mode: 0644]
src/rx/rx_call.h [new file with mode: 0644]
src/rx/rx_event.c
src/rx/rx_packet.c
src/rx/rx_rdwr.c
src/rx/rx_trace.c
src/rxgen/rpc_parse.c
src/shlibafsrpc/Makefile.in
src/shlibafsrpc/libafsrpc.map
src/sys/rmtsyss.c
src/update/server.c
src/volser/volprocs.c