OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-173-g2b192f5

Gerrit Code Review gerrit@openafs.org
Sat, 12 Nov 2011 16:41:02 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 2b192f51fc05762322ad0b2c938ce0c614cabca9
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Oct 22 16:22:36 2011 +0100

    rx: New signature for rx event functions
    
    For a while now, we've had both new and old-style rx event callback
    functions. Modify all of our event handlers, and the functions that
    install them, to use only new style functions, and get rid of the
    old-style function prototypes.
    
    Reviewed-on: http://gerrit.openafs.org/5839
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit be8db58f5a44ce2ee4208de09a5ca1faf6f0f91f)
    
    Change-Id: I904c1a49ea3bf18244ea2eb908ca3a7d7394e7ff
    Reviewed-on: http://gerrit.openafs.org/6008
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/rx/rx.c            |   70 +++++++++++++++++++++++++++--------------------
 src/rx/rx_event.c      |   61 ++++-------------------------------------
 src/rx/rx_event.h      |    6 +---
 src/rx/rx_prototypes.h |   39 +++------------------------
 4 files changed, 51 insertions(+), 125 deletions(-)

-- 
OpenAFS Master Repository