idl: Add a new message for winbind domain states.
authorAndreas Schneider <asn@cryptomilk.org>
Thu, 10 Oct 2013 07:15:57 +0000 (09:15 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 14 Oct 2013 08:14:00 +0000 (10:14 +0200)
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)

source3/librpc/idl/messaging.idl

index ddcf0e348d116a63b7f1c5110347e84cd2d42a1c..9d16570aa38eea4fbd8cf35064992c74524aded4 100644 (file)
@@ -100,6 +100,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,