OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1253-gc0a5511
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2011 08:15:10 -0700 (PDT)
The following commit has been merged in the master branch:
commit c0a55111d726b26d07661957a65e4d59f155d5e6
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Thu Sep 23 21:18:36 2010 -0400
xstat: cope with different size timeval structures
In xstat_fs_test and afsmonitor, try to display the xstat data
from the fileserver even if the fileserver has differently sized
timeval structures, or different word ordering, as the xstat
client program.
Change-Id: I16f32b25f0017cdcf5e41e583eeb129469c3aeb0
Reviewed-on: http://gerrit.openafs.org/2986
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afsmonitor/afsmon-output.c | 19 ++---
src/afsmonitor/afsmon-parselog.c | 14 +++--
src/afsmonitor/afsmonitor.c | 27 +++-----
src/xstat/xstat_fs.c | 134 ++++++++++++++++++++++++++++++++++++++
src/xstat/xstat_fs.h | 8 ++
src/xstat/xstat_fs_test.c | 31 +++++----
6 files changed, 184 insertions(+), 49 deletions(-)
--
OpenAFS Master Repository