Simon Wilkinson 0681e7998e 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.

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>
(cherry picked from commit aa76c8f670012d4591489db374bad48118defa36)

Change-Id: I9cd702cf8f9833f1b3368f3f6f8913155963e637
Reviewed-on: http://gerrit.openafs.org/6214
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
2011-12-03 21:04:46 -08:00
..
2010-11-17 08:12:29 -08:00
2010-11-17 08:12:29 -08:00
2010-11-17 08:12:29 -08:00
2010-11-17 08:12:29 -08:00