OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3105-g692c300

Gerrit Code Review gerrit@openafs.org
Mon, 12 Nov 2012 10:34:55 -0800 (PST)


The following commit has been merged in the master branch:
commit 692c300e371797ae5eac063a4c1a8030d48bb1aa
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Oct 30 13:30:27 2012 -0500

    afs: Pass rx connection to print_internet_address
    
    Make print_internet_address take an rx_connection, so it can print out
    more information based on rx info. Currently it does not use the
    connection; this commit is just for adding the connection to the
    interface, and adjusting all of the callers to cope. There should be
    no behavior change.
    
    Change-Id: I410ffe43b7b6fc4d5c82666529c9263969820185
    Reviewed-on: http://gerrit.openafs.org/8409
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/afs_analyze.c    |    6 +++---
 src/afs/afs_prototypes.h |    6 ++++--
 src/afs/afs_server.c     |   23 ++++++++++++-----------
 src/afs/afs_util.c       |    2 +-
 4 files changed, 20 insertions(+), 17 deletions(-)

-- 
OpenAFS Master Repository