add a function ctdb_writerecord() to write a record to the database.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 17 May 2010 08:40:24 +0000 (18:40 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 17 May 2010 08:40:24 +0000 (18:40 +1000)
commitb28816fecc7c56a15f6027676c9557283ebc4338
treea0e8c05e0a65746a0e5dfc93f11fc26683f522a4
parent9b78ee69040c1b28d4b9190d572795a43d5a9c57
add a function ctdb_writerecord() to write a record to the database.

This function can only be called while hoilding a ctdb_readreacordlock*() handle.
Either from the callback provided or after ctdb_readrecordlock_recv() has been called but before ctdb_free() is used to release the handle.
client/ctdb_client.c
include/ctdb.h
include/ctdb_private.h
libctdb/ctdb_client.c
libctdb/libctdb.c
libctdb/tst.c