OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-70-g6f730bc

Gerrit Code Review gerrit@openafs.org
Sat, 12 Nov 2011 15:52:36 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit d26d743c9dc7432fb400b8160ffaebfa1437f787
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: I56cebc8f2d9f53454e70147e07587580c4e3c4b5
    Reviewed-on: http://gerrit.openafs.org/5656
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    (cherry-picked from 55efff93fe2762b58dc70cdd20aaf97e39825929)
    Reviewed-on: http://gerrit.openafs.org/5899
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 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