vos: restore status information to 'vos status' 00/13400/4
authorMark Vitale <mvitale@sinenomine.net>
Fri, 30 Nov 2018 17:10:50 +0000 (12:10 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 3 Jan 2019 14:58:42 +0000 (09:58 -0500)
commit59d3a8b86da648e3c5b9774183c6c8571a36f0c4
tree6b225b28bce06f4d2e6f97f23598b96fbce00170
parentd9d9571785dabc5c311111b1263fe0881b0ccda5
vos: restore status information to 'vos status'

Commit d3eaa39da3693bba708fa2fa951568009e929550 'rx: Make the rx_call
structure private' created accessors for several rx_call members.
However, it simply #ifdef'd out the packet counters and timestamps
reported by 'vos status' (AFSVol_Monitor).  This is a regression for the
1.8.x 'vos status' command.

Instead, supply an accessor so 'vos status' can again be used to monitor
the progress of certain volume operations.

FIXES 134856

Change-Id: I91f5831b21f128bd8e86db63387a454c9e57bcdf
Reviewed-on: https://gerrit.openafs.org/13400
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
src/rx/rx.h
src/rx/rx_call.c
src/volser/volprocs.c