OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_5-19-g2ee9f04
Gerrit Code Review
gerrit@openafs.org
Wed, 28 Aug 2013 07:24:23 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 2ee9f04c1cd26b93d6b773c4eec329a0d04648ea
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.
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>
(cherry picked from commit 09c0484fd8878797957f7ff5936c542a0f6332c4)
Change-Id: I622a4f16cbb102962199f26e5431b04ea381d5fe
Reviewed-on: http://gerrit.openafs.org/9065
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/afs/afs_stats.h | 1125 +++++++++++++++++++++++----------------------
src/xstat/xstat_cm_test.c | 633 +-------------------------
2 files changed, 573 insertions(+), 1185 deletions(-)
--
OpenAFS Master Repository