rx: Export some more functions

Export some symbols that are required by rxperf

Change-Id: I12d99a9ed1c025c838a4f80ecd61aadd19d20c4c
Reviewed-on: http://gerrit.openafs.org/8245
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
Simon Wilkinson 2012-10-17 12:13:39 +01:00 committed by Derrick Brashear
parent a287736804
commit df3b4ff842

View File

@ -59,8 +59,11 @@ rx_NewService
rx_NewServiceHost rx_NewServiceHost
rx_PeerOf rx_PeerOf
rx_PortOf rx_PortOf
rx_PrintPeerStats
rx_PrintStats rx_PrintStats
rx_ReadProc rx_ReadProc
rx_ReadProc32
rx_ReadvProc
rx_RecordCallStatistics rx_RecordCallStatistics
rx_ReleaseCachedConnection rx_ReleaseCachedConnection
rx_RetrievePeerRPCStats rx_RetrievePeerRPCStats
@ -80,6 +83,9 @@ rx_SetConnectionId
rx_SetEpoch rx_SetEpoch
rx_SetLocalStatus rx_SetLocalStatus
rx_SetMaxMTU rx_SetMaxMTU
rx_SetMaxReceiveWindow
rx_SetMaxSendWindow
rx_SetMinPeerTimeout
rx_SetNoJumbo rx_SetNoJumbo
rx_SetRxStatUserOk rx_SetRxStatUserOk
rx_SetSecurityConfiguration rx_SetSecurityConfiguration
@ -95,6 +101,7 @@ rx_SlowWritePacket
rx_StartServer rx_StartServer
rx_UdpBufSize rx_UdpBufSize
rx_WriteProc rx_WriteProc
rx_WriteProc32
rx_clearPeerRPCStats rx_clearPeerRPCStats
rx_clearProcessRPCStats rx_clearProcessRPCStats
rx_connDeadTime rx_connDeadTime