libafsrpc: Export connection accessor fuctions

Add various connection accessor functions to the export map file for
libafsrpc so they can be used from within RX security layers.

Change-Id: I0b5c75d987aadd6942dcb87fb1b98586bcc9e553
Reviewed-on: http://gerrit.openafs.org/6948
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
Simon Wilkinson 2012-03-22 14:39:27 +00:00 committed by Jeffrey Altman
parent d2594f706b
commit 2042927280

View File

@ -169,6 +169,14 @@
rx_RecordCallStatistics;
rx_KeepAliveOn;
rx_KeepAliveOff;
rx_ServiceOf;
rx_GetSecurityData;
rx_SetSecurityData;
rx_GetConnectionId;
rx_GetConnectionEpoch;
rx_GetSecurityHeaderSize;
rx_SetSecurityHeaderSize;
rx_SetSecurityMaxTrailerSize;
local:
*;
};