openafs/tests/rpctestlib
Simon Wilkinson aa76c8f670 rx: Make struct rx_connection private
Move the rx_connection structure into a private header file, so that
it is only visible from within the rx module. This allows us to use
types within the structure that are not visible to everywhere that
includes rx.h, as well as being a step towards a more stable ABI for
RX.

Add accessor functions for all of the connection members which are
currently used by external callers, and modify those accessors
which were implemented as macros to also be functions.

Change all external access to the connection structures to use these
new functions.

Change-Id: Ife67e63f37cb04273fbfc9079db3907bde78ab98
Reviewed-on: http://gerrit.openafs.org/6180
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
2011-12-03 20:44:20 -08:00
..
Makefile.in Build system: Move install definitions to include 2011-06-05 06:50:52 -07:00
NTMakefile libroken: Build on windows 2010-11-17 08:12:29 -08:00
rpc_test_cb_procs.c libroken: Build on windows 2010-11-17 08:12:29 -08:00
rpc_test_main.c libroken: Build on windows 2010-11-17 08:12:29 -08:00
rpc_test_procs.c libroken: Build on windows 2010-11-17 08:12:29 -08:00
rpc_test_procs.h rx: Make struct rx_connection private 2011-12-03 20:44:20 -08:00