OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2426-g06cc5be
Gerrit Code Review
gerrit@openafs.org
Thu, 19 Apr 2012 05:07:40 -0700 (PDT)
The following commit has been merged in the master branch:
commit 06cc5bec2c2485f49a39fcd4af378279178fab36
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Apr 17 23:19:17 2012 +0100
rxperf: Move into the tools directory
Move the 'rxperf' RX performance testing utility out of the
src/rx/test directory, and into the slightly more visible top level
src/tools/ directory
As this is the first time that rxperf has been built as part of the
default build, make a number of changes so that it will build on all
of our supported platforms.
Change-Id: Ice37e7db694dbfed34009bf76d24f1e0bf272e47
Reviewed-on: http://gerrit.openafs.org/7240
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Makefile.in | 1 +
NTMakefile | 11 +-
configure.ac | 1 +
src/config/NTMakefile | 6 +
src/rx/test/.gitignore | 1 -
src/rx/test/NTMakefile | 12 +-
src/rx/test/rxperf.c | 1222 ------------------------------------------
src/rx/test/rxperf.rc | 17 -
src/tools/Makefile.in | 2 +-
src/tools/rxperf/.gitignore | 5 +
src/tools/rxperf/Makefile.in | 20 +
src/tools/rxperf/NTMakefile | 41 ++
src/tools/rxperf/rxperf.c | 1150 +++++++++++++++++++++++++++++++++++++++
src/tools/rxperf/rxperf.rc | 17 +
14 files changed, 1253 insertions(+), 1253 deletions(-)
--
OpenAFS Master Repository