OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4196-gaf2e3d8
Gerrit Code Review
gerrit@openafs.org
Tue, 25 Mar 2014 09:59:28 -0700 (PDT)
The following commit has been merged in the master branch:
commit af2e3d81cff39ed06e3bfbfcbfff52163c503c54
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Wed Mar 12 15:15:32 2014 -0400
volinfo: separate volscan binary
Refactor vol-info.c into several files and change the makefile to
build a separate volscan binary, instead of using the program name
to determine if the user is running volinfo or volscan.
This commit adds new source files for the volinfo and volscan main()
function and a common header file.
Change-Id: I53a2a503812237a850170c39c81ee3fb56c8282e
Reviewed-on: http://gerrit.openafs.org/10903
Reviewed-by: D Brashear <shadow@your-file-system.com>
Tested-by: D Brashear <shadow@your-file-system.com>
src/vol/.gitignore | 1 +
src/vol/Makefile.in | 23 ++-
src/vol/NTMakefile | 28 ++-
src/vol/vol-info.c | 606 ++++++-----------------------------------------
src/vol/vol-info.h | 106 +++++++++
src/vol/volinfo-main.c | 193 +++++++++++++++
src/vol/volscan-main.c | 231 ++++++++++++++++++
7 files changed, 646 insertions(+), 542 deletions(-)
--
OpenAFS Master Repository