From 99fa29ae09da5bd2e860bca914a7314586a27994 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 15 Feb 2012 15:17:33 +0100 Subject: s3-dbwrap: Add dbwrap_record_watch_send/recv With this API you can asynchronously wait for a record to be modified --- source3/librpc/idl/messaging.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/librpc') 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 */ -- cgit