rx: Export rx_GetCallStatus 20/13820/3
authorAndrew Deason <adeason@sinenomine.net>
Tue, 27 Aug 2019 00:34:19 +0000 (19:34 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 30 Aug 2019 05:23:32 +0000 (01:23 -0400)
Commit 59d3a8b8 (vos: restore status information to 'vos status')
added the function rx_GetCallStatus to Rx, and used it in the
volserver, but didn't add the function to our .sym and .exp files,
causing a linker error on at least WINNT.

Add the function to the relevant .sym/.exp files, so we can link on
all platforms.

Change-Id: I859ac6d04d8a21eb6f8b4ba3f3720ca318e91334
Reviewed-on: https://gerrit.openafs.org/13820
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

src/libafsrpc/afsrpc.def
src/libafsrpc/afsrpc.exp
src/libafsrpc/libafsrpc.la.sym
src/rx/liboafs_rx.la.sym

index 310f8d4..631fe01 100755 (executable)
@@ -347,6 +347,7 @@ EXPORTS
 ;      opr_AssertionFailed                     @352
 ;      xdr_Capabilities                        @353
        xdr_rpcStats                            @354
+       rx_GetCallStatus                        @355
 
 ; for performance testing
         rx_TSFPQGlobSize                        @2001 DATA
index 0355bc9..8df1eef 100755 (executable)
@@ -21,6 +21,7 @@ rx_EventPost
 rx_Finalize
 rx_GetCachedConnection
 rx_GetCall
+rx_GetCallStatus
 rx_GetIFInfo
 rx_Init
 rx_NewCall
index 8204dbe..05583ae 100644 (file)
@@ -53,6 +53,7 @@ rx_FreeStatistics
 rx_GetCachedConnection
 rx_GetCall
 rx_GetCallAbortCode
+rx_GetCallStatus
 rx_GetConnectionEpoch
 rx_GetConnectionId
 rx_GetIFInfo
index 8445fbc..90c2263 100644 (file)
@@ -33,6 +33,7 @@ rx_FlushWrite
 rx_FreeStatistics
 rx_GetCachedConnection
 rx_GetCallAbortCode
+rx_GetCallStatus
 rx_GetConnection
 rx_GetConnectionEpoch
 rx_GetConnectionId