OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-117-g5c3a1ed
Gerrit Code Review
gerrit@openafs.org
Mon, 20 Sep 2010 00:09:25 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5c3a1ed88de16db4c2081bbf1a4e397ce459bcf3
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sun Sep 19 08:03:50 2010 -0700
Rx: Move rxperf test application to src/rx/tests
rxperf is a test application. Move it to the tests directory
Change-Id: I946a8026760d860667ea5707d8a3e0d3b895d908
Reviewed-on: http://gerrit.openafs.org/2772
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/Makefile.in | 5 -
src/rx/rxperf.c | 976 -----------------------------------------------
src/rx/test/Makefile.in | 3 +
src/rx/test/rxperf.c | 976 +++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 979 insertions(+), 981 deletions(-)
--
OpenAFS Master Repository