OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-222-g53c9258
Gerrit Code Review
gerrit@openafs.org
Thu, 10 Jun 2010 15:14:31 -0700 (PDT)
The following commit has been merged in the master branch:
commit 53c9258cd7300c03be3f3e50003cad3dfc59baf3
Author: Matt Benjamin <matt@linuxbox.com>
Date: Tue Jun 8 18:29:13 2010 -0400
rx service specific data
Adds rx_GetServiceSpecific and rx_SetServiceSpecific to the rx_service interface,
conforming to the equivalent calls in the rx_connection interface.
For consistency, the implementation strategy is the same. The intended
use is to more cleanly support server multiplexing within an RPC-based
test dispatch library.
Change-Id: I6a8968484efe2c858857008321996e67328bb75c
Reviewed-on: http://gerrit.openafs.org/2097
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
src/rx/rx.h | 6 ++++++
src/rx/rx_globals.h | 14 +++++++++++++-
src/rx/rx_prototypes.h | 2 ++
4 files changed, 68 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository