summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-15 15:17:33 +0100
committerVolker Lendecke <vl@samba.org>2012-04-19 22:24:18 +0200
commit99fa29ae09da5bd2e860bca914a7314586a27994 (patch)
treef8cab02721f52f0daa03b57d2199c3d1be4526c6 /source3/librpc
parent61c97506e8ccb878d06edae72f4216ad58b96a9b (diff)
downloadsamba-99fa29ae09da5bd2e860bca914a7314586a27994.tar.gz
samba-99fa29ae09da5bd2e860bca914a7314586a27994.tar.bz2
samba-99fa29ae09da5bd2e860bca914a7314586a27994.zip
s3-dbwrap: Add dbwrap_record_watch_send/recv
With this API you can asynchronously wait for a record to be modified
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/messaging.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl
index cda42fcf1e..24c280b594 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -105,7 +105,8 @@ interface messaging
/* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */
/* MSG_DBWRAP_TDB2_CHANGES = 4001, */
- MSG_DBWRAP_G_LOCK_RETRY = 4002
+ MSG_DBWRAP_G_LOCK_RETRY = 4002,
+ MSG_DBWRAP_MODIFIED = 4003
} messaging_type;
/* messaging struct sent across the sockets and stored in the tdb */