OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3277-g09c0484

Gerrit Code Review gerrit@openafs.org
Mon, 21 Jan 2013 04:36:10 -0800 (PST)


The following commit has been merged in the master branch:
commit 09c0484fd8878797957f7ff5936c542a0f6332c4
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Mon Dec 10 18:00:25 2012 -0500

    xstat: length check cm call info
    
    Define the cm xstat function call counters with an xmacro to avoid
    duplicating the list of cm function names.  This obviates the need
    to update xstat_cm_test.c when new function names are added to the
    cm xstat collection id 0.
    
    Check the number of returned records when printing the function call
    counts to avoid over-running when a newer xstat_cm_test client
    receives data from an older cm.
    
    Change-Id: I3c5470afb7b04167173b41bb576a4a6ec14753f7
    Reviewed-on: http://gerrit.openafs.org/8741
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/afs_stats.h       | 1125 +++++++++++++++++++++++----------------------
 src/xstat/xstat_cm_test.c |  633 +-------------------------
 2 files changed, 573 insertions(+), 1185 deletions(-)

-- 
OpenAFS Master Repository