OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-38-gdda3941
Gerrit Code Review
gerrit@openafs.org
Fri, 7 Oct 2011 05:39:52 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit a16c594a127e9789215c1404c6cfa161dc090b07
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Wed Sep 28 21:15:32 2011 -0400
rx: add post RPC procedure capability
Add the ability to specify a procedure that will be called after
the end of each RPC for a service. This is similar to the
existing afterProc, except that it gets called after the RPC
has ended (after EndCall).
rx_SetPostProc and rx_GetPostProc are provided to set and retrieve
a postProc for a specified service.
Reviewed-on: http://gerrit.openafs.org/5529
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit 5587bbfc0bc70de234e5655faf7676cf2b9b9715)
Change-Id: I1f0a5007b0cf0723ef3ade6a14e72aece2d3cb0f
Reviewed-on: http://gerrit.openafs.org/5543
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/rx/rx.c | 4 ++++
src/rx/rx.h | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository