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)
commitc3716b3d7e32f47b084657e163b029e9f1756fa4
tree282fa6f7515c5f52454936339a2a138035bfd4ae
parent90117793ca3000a20cb3bff8601e9f8ae56fb5db
rx: Export rx_GetCallStatus

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