]> git.michaelhowe.org Git - packages/o/openafs.git/commit
rx service specific data
authorMatt Benjamin <matt@linuxbox.com>
Tue, 8 Jun 2010 22:29:13 +0000 (18:29 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 10 Jun 2010 22:13:46 +0000 (15:13 -0700)
commit53c9258cd7300c03be3f3e50003cad3dfc59baf3
tree4c8f46322a2758c43d07716fffdf448356a55e91
parent157a274b8b1f6c39751d876354e1d8453d66b864
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
src/rx/rx.h
src/rx/rx_globals.h
src/rx/rx_prototypes.h