]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
rx: Export rx_GetCallStatus
authorAndrew Deason <adeason@sinenomine.net>
Tue, 27 Aug 2019 00:34:19 +0000 (19:34 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Sat, 25 Jan 2020 21:49:37 +0000 (16:49 -0500)
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>
(cherry picked from commit c3716b3d7e32f47b084657e163b029e9f1756fa4)
Reviewed-on: https://gerrit.openafs.org/13851
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/libafsrpc/afsrpc.def
src/libafsrpc/afsrpc.exp
src/libafsrpc/libafsrpc.la.sym
src/rx/liboafs_rx.la.sym

index 310f8d418a219be8ece75acd85de775253a067c3..631fe013dd406d5d286d4a2504869ff71b27d283 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 0355bc9b169a36d5adb2f9382d5f36f0bfe63556..8df1eef8dc2835eddd1ab1e40411c8a78058dc5c 100755 (executable)
@@ -21,6 +21,7 @@ rx_EventPost
 rx_Finalize
 rx_GetCachedConnection
 rx_GetCall
+rx_GetCallStatus
 rx_GetIFInfo
 rx_Init
 rx_NewCall
index fbd7af93d3dbe4feff1ad49c56c98573ea7475fd..78e1fe3fe9c00cf14b42e4a128c4f5f3a69f4aae 100644 (file)
@@ -53,6 +53,7 @@ rx_FreeStatistics
 rx_GetCachedConnection
 rx_GetCall
 rx_GetCallAbortCode
+rx_GetCallStatus
 rx_GetConnectionEpoch
 rx_GetConnectionId
 rx_GetIFInfo
index 8445fbcb178a78a7cce2030db2c53388bb4344ce..90c2263b8180c7bf066480ebf02107f520a9d5d0 100644 (file)
@@ -33,6 +33,7 @@ rx_FlushWrite
 rx_FreeStatistics
 rx_GetCachedConnection
 rx_GetCallAbortCode
+rx_GetCallStatus
 rx_GetConnection
 rx_GetConnectionEpoch
 rx_GetConnectionId