OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1718-g5587bbf

Gerrit Code Review gerrit@openafs.org
Fri, 30 Sep 2011 16:40:22 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5587bbfc0bc70de234e5655faf7676cf2b9b9715
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.
    
    Change-Id: I52e70323c5d35c9c0d70d9b9bbb05ff56a6edcad
    Reviewed-on: http://gerrit.openafs.org/5529
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/rx/rx.c |    4 ++++
 src/rx/rx.h |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository