From: Simon Wilkinson Date: Thu, 22 Mar 2012 14:39:27 +0000 (+0000) Subject: libafsrpc: Export connection accessor fuctions X-Git-Tag: upstream/1.8.0_pre1^2~2689 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=20429272805d029de80275a4e092291be7d747e9;p=packages%2Fo%2Fopenafs.git 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 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/shlibafsrpc/libafsrpc.map b/src/shlibafsrpc/libafsrpc.map index 88556c4d7..52fd7c77f 100755 --- a/src/shlibafsrpc/libafsrpc.map +++ b/src/shlibafsrpc/libafsrpc.map @@ -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: *; };