OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-459-g3c882f1
Gerrit Code Review
gerrit@openafs.org
Fri, 24 Apr 2026 07:46:24 -0400
The following commit has been merged in the master branch:
commit 3c882f1e1258cf9c37e7698f027c898940c5818a
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Wed Sep 3 12:04:15 2025 -0400
rx: Convert rx_GetLocalStatus() to an accessor
Macro rx_GetLocalStatus() was overlooked when the other rx_call macros
were converted to accessors (commit d3eaa39da369 'rx: Make the rx_call
structure private').
Convert the macro to an accessor function.
Change-Id: I4f390ea8a7b55f707ee5d1f5f058d164701f06fb
Reviewed-on: https://gerrit.openafs.org/16538
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/rx/rx.h | 3 +--
src/rx/rx_call.c | 6 ++++++
2 files changed, 7 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository