s3-dbwrap: Add dbwrap_record_watch_send/recv
authorVolker Lendecke <vl@samba.org>
Wed, 15 Feb 2012 14:17:33 +0000 (15:17 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 19 Apr 2012 20:24:18 +0000 (22:24 +0200)
commit99fa29ae09da5bd2e860bca914a7314586a27994
treef8cab02721f52f0daa03b57d2199c3d1be4526c6
parent61c97506e8ccb878d06edae72f4216ad58b96a9b
s3-dbwrap: Add dbwrap_record_watch_send/recv

With this API you can asynchronously wait for a record to be modified
source3/Makefile.in
source3/lib/dbwrap/dbwrap_watch.c [new file with mode: 0644]
source3/lib/dbwrap/dbwrap_watch.h [new file with mode: 0644]
source3/librpc/idl/messaging.idl
source3/torture/proto.h
source3/torture/test_dbwrap_watch.c [new file with mode: 0644]
source3/torture/torture.c
source3/wscript_build