OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2598-ged02c6f

Gerrit Code Review gerrit@openafs.org
Thu, 14 Jun 2012 12:46:49 -0700 (PDT)


The following commit has been merged in the master branch:
commit ed02c6ff8a4bc2cc82876a4b1736a8985548a71c
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed May 30 18:25:51 2012 +0100

    rxgen: Make input strings const
    
    Modify the code generation routines so that string inputs to RPCs
    are declared as (const char *) on the client side. This doesn't affect
    callers as we can freely cast from (char *) to (const char *), but means
    it is easier to write API wrappers that accept const arguments.
    
    Change-Id: I4719d04f03bd76cbe7ee21ad7511f6f3b3d36163
    Reviewed-on: http://gerrit.openafs.org/7556
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/libadmin/bos/afs_bosAdmin.c |    2 +-
 src/rxgen/rpc_cout.c            |   17 ++++++++---------
 src/rxgen/rpc_hout.c            |    9 ++++++---
 src/rxgen/rpc_parse.c           |   22 ++++++++++++++++------
 4 files changed, 31 insertions(+), 19 deletions(-)

-- 
OpenAFS Master Repository