libctdb: implement synchronous readrecordlock interface.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 21 Jun 2010 05:17:34 +0000 (14:47 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 21 Jun 2010 05:17:34 +0000 (14:47 +0930)
commit1f20b938d46d4fcd50d2b473c1ab8dc31d178d2d
tree85d068748303e826d62eca3052607741a834a61f
parent18a212aa40d0ff9ff59775c6fcf9dc973e991460
libctdb: implement synchronous readrecordlock interface.

Because this doesn't use a generic callback, it's not quite as trivial
as the other sync wrappers.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/ctdb.h
libctdb/ctdb.c
libctdb/sync.c