mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
15a8af075a
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> |
||
---|---|---|
.. | ||
dbwrap_ctdb.c | ||
dbwrap_ctdb.h | ||
dbwrap_open.c | ||
dbwrap_open.h | ||
dbwrap_watch.c | ||
dbwrap_watch.h |