]> git.michaelhowe.org Git - packages/o/openafs.git/commit
rx: add post RPC procedure capability
authorMarc Dionne <marc.c.dionne@gmail.com>
Thu, 29 Sep 2011 01:15:32 +0000 (21:15 -0400)
committerDerrick Brashear <shadow@dementix.org>
Fri, 7 Oct 2011 12:39:10 +0000 (05:39 -0700)
commita16c594a127e9789215c1404c6cfa161dc090b07
tree4d73e7ca6a3759e92868db42c4dc27cacb25dc57
parent6c31367a0d04f89b0056614ec5e9e1baf742bdce
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
src/rx/rx.h