OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-490-gc1e874b
Gerrit Code Review
gerrit@openafs.org
Sat, 27 Nov 2010 07:45:13 -0800 (PST)
The following commit has been merged in the master branch:
commit c1e874b4e2250438e0e6b0fe54ecd265356b3ee6
Author: Christof Hanke <christof.hanke@rzg.mpg.de>
Date: Sun Oct 17 08:54:06 2010 +0200
Add output-table to libafsutil
This adds the complex structure Table to libafsutil.
All binaries linking to libafsutil can use this to store their output
in the table. This table can be sorted by a predefined column.
The available output formats are ASCII, CSV and HTML.
Change-Id: Id0a00d996a94fee08538226317c60e5bf5082051
Reviewed-on: http://gerrit.openafs.org/1970
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/util/Makefile.in | 9 +-
src/util/tabular_output.c | 515 +++++++++++++++++++++++++++++++++++++++++++++
src/util/tabular_output.h | 41 ++++
3 files changed, 563 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository