OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3086-g5be3cdc

Gerrit Code Review gerrit@openafs.org
Thu, 1 Nov 2012 12:19:14 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5be3cdc3f3a3b1d78a9c9f7acb9e5ee81d5a5191
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Oct 30 11:25:02 2012 +0000

    opr: Add dictionary implementation
    
    Add a simple implementation of a dictionary/hash structure based around
    opr queues and the jhash hashing function.
    
    Change-Id: I4ae5cafcef377b05c8caa7c455737a992b1d36cd
    Reviewed-on: http://gerrit.openafs.org/8355
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/opr/Makefile.in        |    6 ++-
 src/opr/dict.c             |   63 ++++++++++++++++++++++++++++
 src/opr/dict.h             |   59 ++++++++++++++++++++++++++
 src/opr/liboafs_opr.la.sym |    2 +
 tests/TESTS                |    1 +
 tests/opr/Makefile.in      |    5 ++-
 tests/opr/dict-t.c         |   98 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 232 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository