summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-10-10 09:15:57 +0200
committerKarolin Seeger <kseeger@samba.org>2013-11-28 10:13:41 +0100
commit543013a6aba56b1efa2414fadc988a787c77ca71 (patch)
tree23e273cbf6ad8e67b012c7aba29076fb73ae4483
parentb8da65a8b777a449e9ead8bfc55c98ac60384b91 (diff)
downloadsamba-543013a6aba56b1efa2414fadc988a787c77ca71.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) (cherry picked from commit 272a22e2dba836f60a1f628206c14fe1a24f49c5)
-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,