1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/lib/dbwrap
Volker Lendecke 15a8af075a lib: Enable watching and storing dbwrap_watch records.
Samba so far on a dbwrap_watch record either watches or stores a
record, but never both from the same db_record instance acquired from
a dbwrap_fetch_locked(). In one of the next commits this will change,
we will watch a record and at the same time store data into it. This
patch enables a watch_send() followed by a storev() by properly
keeping the watchers around.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2019-09-17 22:49:39 +00:00
..
dbwrap_ctdb.c s3/lib/dbwrap: clang: Fix 'Access to field results in a deref of a null' 2019-07-24 21:33:20 +00:00
dbwrap_ctdb.h dbwrap_ctdb: Use messaging_ctdbd_connection 2017-07-25 17:43:18 +02:00
dbwrap_open.c dbwrap: early return, removes an indentation level 2018-09-12 22:25:19 +02:00
dbwrap_open.h dbwrap: add a dbwrap_flags argument to db_open() 2014-02-07 16:06:06 +01:00
dbwrap_watch.c lib: Enable watching and storing dbwrap_watch records. 2019-09-17 22:49:39 +00:00
dbwrap_watch.h dbwrap: Add publically available dbwrap_watch_wakeup() 2019-07-04 14:03:28 +00:00