This is an automated email from the git hooks/post-receive script.
teigland pushed a change to branch master in repository sanlock.
from ae97182 Add resource initialization tests adds b8a885c sanlock: add resource index
No new revisions were added by this update.
Summary of changes: src/Makefile | 2 + src/client.c | 280 +++++++++++++ src/cmd.c | 131 ++++++ src/direct.c | 106 ++++- src/direct.h | 8 + src/direct_lib.c | 12 + src/lockspace.c | 151 ++++++- src/lockspace.h | 3 + src/main.c | 229 +++++++++- src/ondisk.c | 49 +++ src/ondisk.h | 5 + src/paxos_lease.c | 31 +- src/resource.c | 2 +- src/rindex.c | 1085 ++++++++++++++++++++++++++++++++++++++++++++++++ src/rindex.h | 25 ++ src/rindex_disk.h | 95 +++++ src/sanlock.8 | 117 +++++- src/sanlock.h | 19 + src/sanlock_admin.h | 113 +++++ src/sanlock_internal.h | 25 ++ src/sanlock_rv.h | 7 + src/sanlock_sock.h | 6 + 22 files changed, 2465 insertions(+), 36 deletions(-) create mode 100644 src/rindex.c create mode 100644 src/rindex.h create mode 100644 src/rindex_disk.h
sanlock-devel@lists.fedorahosted.org