OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1765-g55efff9
Gerrit Code Review
gerrit@openafs.org
Sun, 23 Oct 2011 16:11:36 -0700 (PDT)
The following commit has been merged in the master branch:
commit 55efff93fe2762b58dc70cdd20aaf97e39825929
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Oct 22 09:43:41 2011 +0100
opr: Move queue header out of util
Move the header which is installed as opr/queues.h out of util/ and
into the new, top level, opr/ directory. Similarly move the tests out
of the util/ test suite, and into the opr/ tests
Change-Id: I81af487f09e1f0f4b25654a1f64c5ac75fd5a95b
Reviewed-on: http://gerrit.openafs.org/5656
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Makefile.in | 1 +
configure.ac | 1 +
src/opr/Makefile.in | 7 ++
src/opr/queue.h | 229 ++++++++++++++++++++++++++++++++++++++++++++++++
src/util/Makefile.in | 6 +-
src/util/queue.h | 229 ------------------------------------------------
tests/Makefile.in | 2 +-
tests/TESTS | 2 +-
tests/opr/Makefile.in | 18 ++++
tests/opr/queues-t.c | 120 +++++++++++++++++++++++++
tests/util/Makefile.in | 5 +-
tests/util/queues-t.c | 122 -------------------------
12 files changed, 380 insertions(+), 362 deletions(-)
--
OpenAFS Master Repository