summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-10-10 09:15:57 +0200
committerKarolin Seeger <kseeger@samba.org>2013-10-14 10:14:51 +0200
commit272a22e2dba836f60a1f628206c14fe1a24f49c5 (patch)
tree15f912dbfafa980eec3a1d7b8fa1a4c5fadf0b66
parent63f370bdbad94d6aba7a4783d4238fcfc524b055 (diff)
downloadsamba-272a22e2dba836f60a1f628206c14fe1a24f49c5.tar.gz
idl: Add a new message for winbind domain states.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10194 Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Volker Lendecke <vl@samba.org> (cherry picked from commit 1a884636542ba0e54c6d209662a5d1613d727a85)
-rw-r--r--source3/librpc/idl/messaging.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl
index 8618d53c9a2..df99063f46e 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -91,6 +91,8 @@ interface messaging
MSG_WINBIND_VALIDATE_CACHE = 0x0408,
MSG_WINBIND_DUMP_DOMAIN_LIST = 0x0409,
MSG_WINBIND_IP_DROPPED = 0x040A,
+ MSG_WINBIND_DOMAIN_ONLINE = 0x040B,
+ MSG_WINBIND_DOMAIN_OFFLINE = 0x040C,
/* event messages */
MSG_DUMP_EVENT_LIST = 0x0500,